From e4b78b3ea86b83b39ed55bee8e2f5b4c88f3330d Mon Sep 17 00:00:00 2001 From: bodymindarts Date: Mon, 30 Oct 2023 05:11:44 +0100 Subject: [PATCH] fix: remove override from re-render.sh --- quickstart/bin/re-render.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart/bin/re-render.sh b/quickstart/bin/re-render.sh index e7854afc51..b56b881181 100755 --- a/quickstart/bin/re-render.sh +++ b/quickstart/bin/re-render.sh @@ -10,7 +10,7 @@ pushd ${REPO_ROOT}/quickstart ytt -f vendir > vendir.yml vendir sync -ytt -f ./docker-compose.tmpl.yml -f ${GALOY_ROOT_DIR}/docker-compose.yml -f ${GALOY_ROOT_DIR}/docker-compose.override.yml > docker-compose.yml +ytt -f ./docker-compose.tmpl.yml -f ${GALOY_ROOT_DIR}/docker-compose.yml > docker-compose.yml pushd ${GALOY_ROOT_DIR} source .env