File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
operations/_scripts/deploy Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -166,4 +166,3 @@ runs:
166166 echo "## Workflow failed to run :fire:" >> $GITHUB_STEP_SUMMARY
167167 echo "Please check the logs for possible errors." >> $GITHUB_STEP_SUMMARY
168168 echo "If you consider this is a bug in the Github Action, please submit an issue to our repo." >> $GITHUB_STEP_SUMMARY
169-
Original file line number Diff line number Diff line change 22
33set -x
44
5- echo " In deploy.sh "
5+ echo " ::group:: In Deploy "
66
77GITHUB_REPO_NAME=$( echo $GITHUB_REPOSITORY | sed ' s/^.*\///' )
88
@@ -45,8 +45,9 @@ if [ "$STACK_DESTROY" == "true" ]; then
4545 TERRAFORM_DESTROY=" true"
4646 ANSIBLE_SKIP_DEPLOY=" true"
4747fi
48+ echo " ::endgroup::"
4849
49-
50+ echo " ::group::BitOps Excecution "
5051echo " Running BitOps for env: $BITOPS_ENVIRONMENT "
5152docker run --rm --name bitops \
5253-e AWS_ACCESS_KEY_ID=" ${AWS_ACCESS_KEY_ID} " \
@@ -65,3 +66,4 @@ docker run --rm --name bitops \
6566-e BITOPS_FAST_FAIL=" ${BITOPS_FAST_FAIL} " \
6667-v $( echo $GITHUB_ACTION_PATH ) /operations:/opt/bitops_deployment \
6768bitovi/bitops:2.3.0
69+ echo " ::endgroup::"
You can’t perform that action at this time.
0 commit comments