From f52673a8c4a2afad72406a209988be8b20dafef7 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Mon, 27 Mar 2023 11:43:22 +0200 Subject: [PATCH] Deployments: test ENTERPRISE AMIs --- openvidu-server/deployments/enterprise/aws/createAMI.sh | 6 +++--- openvidu-server/deployments/enterprise/aws/dev/createAMI.sh | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/openvidu-server/deployments/enterprise/aws/createAMI.sh b/openvidu-server/deployments/enterprise/aws/createAMI.sh index 6c99e05b..d793df1f 100755 --- a/openvidu-server/deployments/enterprise/aws/createAMI.sh +++ b/openvidu-server/deployments/enterprise/aws/createAMI.sh @@ -5,9 +5,9 @@ AWS_KEY_NAME=${AWS_KEY_NAME:-} CF_RELEASE=${CF_RELEASE:-false} KMS_AMI_ID=${KMS_AMI_ID:-} -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 diff --git a/openvidu-server/deployments/enterprise/aws/dev/createAMI.sh b/openvidu-server/deployments/enterprise/aws/dev/createAMI.sh index 655d6958..cf8d4fd7 100755 --- a/openvidu-server/deployments/enterprise/aws/dev/createAMI.sh +++ b/openvidu-server/deployments/enterprise/aws/dev/createAMI.sh @@ -4,9 +4,9 @@ set -eu -o pipefail AWS_KEY_NAME=${AWS_KEY_NAME:-} CF_RELEASE=${CF_RELEASE:-false} -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