diff --git a/entrypoint.sh b/entrypoint.sh index 286e5f6..9101c34 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -26,7 +26,8 @@ update_repository(){ prepare_content(){ if [ "${GEMINI_KILN_BUILD}" == "true" ]; then - echo "Building content with kiln..." + echo "Building content with kiln build ${GEMINI_KILN_SRC}" + cd ${GEMINI_GIT_PATH} kiln build ${GEMINI_KILN_SRC} fi }