From 0979bfdc343987fff83b0c2b46ea3e7ebe92b68a Mon Sep 17 00:00:00 2001 From: valvin Date: Sun, 18 Sep 2022 15:19:32 +0200 Subject: [PATCH] fix: another issue with kiln --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }