From a217b9f22f6c4b07b2686ceb3820ca29f4c2469b Mon Sep 17 00:00:00 2001 From: Yarden Asado Date: Tue, 2 Apr 2024 17:24:15 -0400 Subject: [PATCH] debug pre script --- github.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github.sh b/github.sh index f1b6298c2bda..caede76db5b1 100755 --- a/github.sh +++ b/github.sh @@ -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