Deployemnts: comment full checkout if statement

pull/797/head
pabloFuente 2023-03-18 21:47:26 +01:00
parent 9af84c2d54
commit 11129e25b8
1 changed files with 3 additions and 3 deletions

View File

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