Skip to content

Commit

Permalink
fix: remove override from re-render.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Oct 30, 2023
1 parent ecc8a1d commit e4b78b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart/bin/re-render.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4b78b3

Please sign in to comment.