CI: Fix url download to deployments/ce/docker-compose

pull/540/head
cruizba 2020-07-21 17:23:02 +02:00
parent f6363dfeab
commit b4ef0b1022
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,11 @@ TEMPLATE_URL=https://s3-eu-west-1.amazonaws.com/aws.openvidu.io/cfn-mkt-ov-ce-am
# Update installation script # Update installation script
if [[ ${UPDATE_INSTALLATION_SCRIPT} == "true" ]]; then 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 aws s3 cp ../docker-compose/install_openvidu.sh s3://aws.openvidu.io/install_openvidu_$OPENVIDU_VERSION.sh --acl public-read
fi fi