Deployments: comment checkout command for testing purposes

pull/797/head
pabloFuente 2023-03-18 21:33:34 +01:00
parent eae721a45b
commit 9af84c2d54
1 changed files with 1 additions and 1 deletions

View File

@ -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