Skip to content

Commit

Permalink
feat(deploy-ecs/deploy.sh): add group to deployment teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
firestack committed Apr 26, 2024
1 parent d1a95ea commit 2e46b08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy-ecs/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ while [ "${deployment_finished}" = "false" ]; do
done
echo "::endgroup::"

# confirm that the old deployment is torn down
echo "::group::confirm that the old deployment is torn down"
teardown_finished=false
while [ "${teardown_finished}" = "false" ]; do
# get the service details
Expand Down Expand Up @@ -181,5 +181,6 @@ while [ "${teardown_finished}" = "false" ]; do
sleep 5
fi
done
echo "::endgroup::"

echo "Done."

0 comments on commit 2e46b08

Please sign in to comment.