diff --git a/openvidu-server/deployments/ce/aws/createAMI.sh b/openvidu-server/deployments/ce/aws/createAMI.sh index bbbb881e..33c0a273 100755 --- a/openvidu-server/deployments/ce/aws/createAMI.sh +++ b/openvidu-server/deployments/ce/aws/createAMI.sh @@ -5,7 +5,7 @@ CF_RELEASE=${CF_RELEASE:-false} AWS_KEY_NAME=${AWS_KEY_NAME:-} if [[ $CF_RELEASE == "true" ]]; then - git checkout v$OPENVIDU_VERSION + # git checkout v$OPENVIDU_VERSION fi export AWS_DEFAULT_REGION=eu-west-1