Deployment: test createAMI.sh in GH pipeline

pull/797/head
pabloFuente 2023-03-24 11:28:11 +01:00
parent d996e41258
commit da32a74ff9
2 changed files with 6 additions and 6 deletions

View File

@ -4,9 +4,9 @@ set -eu -o pipefail
CF_RELEASE=${CF_RELEASE:-false}
AWS_KEY_NAME=${AWS_KEY_NAME:-}
if [[ $CF_RELEASE == "true" ]]; then
git checkout v$OPENVIDU_VERSION
fi
# if [[ $CF_RELEASE == "true" ]]; then
# git checkout v$OPENVIDU_VERSION
# fi
export AWS_DEFAULT_REGION=eu-west-1

View File

@ -11,9 +11,9 @@ fi
CF_RELEASE=${CF_RELEASE:-false}
AWS_KEY_NAME=${AWS_KEY_NAME:-}
if [[ $CF_RELEASE == "true" ]]; then
git checkout v$OPENVIDU_PRO_VERSION
fi
# if [[ $CF_RELEASE == "true" ]]; then
# git checkout v$OPENVIDU_PRO_VERSION
# fi
export AWS_DEFAULT_REGION=eu-west-1