mirror of https://github.com/OpenVidu/openvidu.git
Deployments: comment checkout command for testing purposes
parent
eae721a45b
commit
9af84c2d54
|
@ -5,7 +5,7 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue