File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 3737
3838set -e
3939
40+ BOB_PRODUCT=" terraform-provider-vault"
41+ BOB_ENVIRONMENT=" tf-provider-vault"
4042# SLACK_CHANNEL code is duplicated in ./release/ci.hcl
4143SLACK_CHANNEL=" C03RXFX5M4L"
4244# BRANCH allow override of default branch with an optional argument
@@ -143,13 +145,15 @@ while true; do
143145done
144146log_info " Targeting deployment to ${YLW}${TARGET_ENV}${RST} ..."
145147
148+ set -x
146149bob trigger-promotion \
147- --product-name terraform-provider-vault \
150+ --product-name ${BOB_PRODUCT?} \
148151 --org hashicorp \
149- --repo terraform-provider-vault \
152+ --repo ${BOB_PRODUCT?} \
150153 --branch ${LOCAL_BRANCH?} \
151154 --product-version ${VERSION?} \
152155 --sha " ${RELEASE_SHA?} " \
153- --environment terraform-provider-vault \
156+ --environment ${BOB_ENVIRONMENT?} \
154157 --slack-channel ${SLACK_CHANNEL?} \
155158 ${TARGET_ENV?}
159+ set +x
You can’t perform that action at this time.
0 commit comments