mirror of https://github.com/OpenVidu/openvidu.git
Deployemnts: comment full checkout if statement
parent
9af84c2d54
commit
11129e25b8
|
@ -4,9 +4,9 @@ set -eu -o pipefail
|
|||
CF_RELEASE=${CF_RELEASE:-false}
|
||||
AWS_KEY_NAME=${AWS_KEY_NAME:-}
|
||||
|
||||
if [[ $CF_RELEASE == "true" ]]; then
|
||||
# if [[ $CF_RELEASE == "true" ]]; then
|
||||
# git checkout v$OPENVIDU_VERSION
|
||||
fi
|
||||
# fi
|
||||
|
||||
export AWS_DEFAULT_REGION=eu-west-1
|
||||
|
||||
|
|
Loading…
Reference in New Issue