mirror of https://github.com/OpenVidu/openvidu.git
CI: Fix url download to deployments/ce/docker-compose
parent
f6363dfeab
commit
b4ef0b1022
|
@ -54,6 +54,11 @@ TEMPLATE_URL=https://s3-eu-west-1.amazonaws.com/aws.openvidu.io/cfn-mkt-ov-ce-am
|
|||
|
||||
# Update installation script
|
||||
if [[ ${UPDATE_INSTALLATION_SCRIPT} == "true" ]]; then
|
||||
|
||||
if [[ $RELEASE == "true" ]]; then
|
||||
git checkout v$OPENVIDU_VERSION
|
||||
fi
|
||||
|
||||
aws s3 cp ../docker-compose/install_openvidu.sh s3://aws.openvidu.io/install_openvidu_$OPENVIDU_VERSION.sh --acl public-read
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue