Skip to content

Commit

Permalink
debug pre script
Browse files Browse the repository at this point in the history
  • Loading branch information
yardenasadosa committed Apr 2, 2024
1 parent 97c8a54 commit a217b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ env | grep "ENVSUBST"
## Render Script Templates
envsubst_varlist='$ENV_ENVSUBST $RC_TARBALL_ENVSUBST $AWS_DEFAULT_REGION_ENVSUBST $S3_BUCKET_ENVSUBST $RC_DIR_ENVSUBST'

envsubst "'$envsubst_varlist'" < ./pre_install_gh.sh.tpl > ./pre_install.sh
envsubst "'$envsubst_varlist'" < ./rotate_version_gh.sh.tpl > ./rotate_version.sh
envsubst '$ENV_ENVSUBST $RC_TARBALL_ENVSUBST $AWS_DEFAULT_REGION_ENVSUBST $S3_BUCKET_ENVSUBST $RC_DIR_ENVSUBST' < ./pre_install_gh.sh.tpl > ./pre_install.sh
envsubst '$ENV_ENVSUBST $RC_TARBALL_ENVSUBST $AWS_DEFAULT_REGION_ENVSUBST $S3_BUCKET_ENVSUBST $RC_DIR_ENVSUBST' < ./rotate_version_gh.sh.tpl > ./rotate_version.sh

echo "print script pre_install.sh:"
cat pre_install.sh
Expand Down

0 comments on commit a217b9f

Please sign in to comment.