fix: another issue with kiln
This commit is contained in:
parent
ae8d9161a3
commit
0979bfdc34
|
@ -26,7 +26,8 @@ update_repository(){
|
||||||
|
|
||||||
prepare_content(){
|
prepare_content(){
|
||||||
if [ "${GEMINI_KILN_BUILD}" == "true" ]; then
|
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}
|
kiln build ${GEMINI_KILN_SRC}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue