mirror of https://github.com/OpenVidu/openvidu.git
Deployment: test createAMI.sh in GH pipeline
parent
d996e41258
commit
da32a74ff9
|
@ -4,9 +4,9 @@ set -eu -o pipefail
|
|||
CF_RELEASE=${CF_RELEASE:-false}
|
||||
AWS_KEY_NAME=${AWS_KEY_NAME:-}
|
||||
|
||||
if [[ $CF_RELEASE == "true" ]]; then
|
||||
git checkout v$OPENVIDU_VERSION
|
||||
fi
|
||||
# if [[ $CF_RELEASE == "true" ]]; then
|
||||
# git checkout v$OPENVIDU_VERSION
|
||||
# fi
|
||||
|
||||
export AWS_DEFAULT_REGION=eu-west-1
|
||||
|
||||
|
|
|
@ -11,9 +11,9 @@ fi
|
|||
CF_RELEASE=${CF_RELEASE:-false}
|
||||
AWS_KEY_NAME=${AWS_KEY_NAME:-}
|
||||
|
||||
if [[ $CF_RELEASE == "true" ]]; then
|
||||
git checkout v$OPENVIDU_PRO_VERSION
|
||||
fi
|
||||
# if [[ $CF_RELEASE == "true" ]]; then
|
||||
# git checkout v$OPENVIDU_PRO_VERSION
|
||||
# fi
|
||||
|
||||
export AWS_DEFAULT_REGION=eu-west-1
|
||||
|
||||
|
|
Loading…
Reference in New Issue