File tree 2 files changed +4
-3
lines changed
operations/_scripts/deploy 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -166,4 +166,3 @@ runs:
166
166
echo "## Workflow failed to run :fire:" >> $GITHUB_STEP_SUMMARY
167
167
echo "Please check the logs for possible errors." >> $GITHUB_STEP_SUMMARY
168
168
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 2
2
3
3
set -x
4
4
5
- echo " In deploy.sh "
5
+ echo " ::group:: In Deploy "
6
6
7
7
GITHUB_REPO_NAME=$( echo $GITHUB_REPOSITORY | sed ' s/^.*\///' )
8
8
@@ -45,8 +45,9 @@ if [ "$STACK_DESTROY" == "true" ]; then
45
45
TERRAFORM_DESTROY=" true"
46
46
ANSIBLE_SKIP_DEPLOY=" true"
47
47
fi
48
+ echo " ::endgroup::"
48
49
49
-
50
+ echo " ::group::BitOps Excecution "
50
51
echo " Running BitOps for env: $BITOPS_ENVIRONMENT "
51
52
docker run --rm --name bitops \
52
53
-e AWS_ACCESS_KEY_ID=" ${AWS_ACCESS_KEY_ID} " \
@@ -65,3 +66,4 @@ docker run --rm --name bitops \
65
66
-e BITOPS_FAST_FAIL=" ${BITOPS_FAST_FAIL} " \
66
67
-v $( echo $GITHUB_ACTION_PATH ) /operations:/opt/bitops_deployment \
67
68
bitovi/bitops:2.3.0
69
+ echo " ::endgroup::"
You can’t perform that action at this time.
0 commit comments