Skip to content

Commit

Permalink
chore: triggers new test run
Browse files Browse the repository at this point in the history
  • Loading branch information
Balou9 committed Sep 9, 2023
1 parent bfdcf25 commit a0a4f9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ function getStackStatus() {
# UPDATE_ROLLBACK_COMPLETE: stack update fails because the s3 bucket in the stack already exists

function checkStackStatus () {
# echo "DEBUG::: in checkStackStatus :::::::: $1"
status="$1"

if [[ "$status" = 'CREATE_COMPLETE' ]] || [[ "$status" = 'ROLLBACK_COMPLETE' ]] || [[ "$status" = 'DELETE_FAILED' ]] || [[ "$status" = 'UPDATE_ROLLBACK_COMPLETE' ]];
Expand Down

0 comments on commit a0a4f9f

Please sign in to comment.