diff --git a/openvidu-server/deployments/ce/aws/createAMI.sh b/openvidu-server/deployments/ce/aws/createAMI.sh index edb8b2b8..036337fc 100755 --- a/openvidu-server/deployments/ce/aws/createAMI.sh +++ b/openvidu-server/deployments/ce/aws/createAMI.sh @@ -71,7 +71,8 @@ fi aws cloudformation create-stack \ --stack-name openvidu-ce-${DATESTAMP} \ --template-url ${TEMPLATE_URL} \ - "$(if [ "$NIGHTLY" == "false" ]; then echo '--disable-rollback'; fi)" + --disable-rollback + # "$(if [ "$NIGHTLY" == "false" ]; then echo '--disable-rollback'; fi)" aws cloudformation wait stack-create-complete --stack-name openvidu-ce-${DATESTAMP}