Revert "deployment: Disable rollback temporarly on creating AMIs"

This reverts commit dc248cae71.
pull/690/head
cruizba 2022-01-26 16:28:15 +01:00
parent 4ebc22d9d0
commit 18f3f76b22
1 changed files with 1 additions and 2 deletions

View File

@ -71,8 +71,7 @@ fi
aws cloudformation create-stack \ aws cloudformation create-stack \
--stack-name openvidu-ce-${DATESTAMP} \ --stack-name openvidu-ce-${DATESTAMP} \
--template-url ${TEMPLATE_URL} \ --template-url ${TEMPLATE_URL} \
--disable-rollback "$(if [ "$NIGHTLY" == "false" ]; then echo '--disable-rollback'; fi)"
# "$(if [ "$NIGHTLY" == "false" ]; then echo '--disable-rollback'; fi)"
aws cloudformation wait stack-create-complete --stack-name openvidu-ce-${DATESTAMP} aws cloudformation wait stack-create-complete --stack-name openvidu-ce-${DATESTAMP}