Merge remote-tracking branch 'remotes/origin/release/V3.2' into merge-3.3/APPS-235_SetupEnv_no

# Conflicts:
#	.travis.yml
This commit is contained in:
Claudia Agache
2020-07-16 12:33:40 +03:00
parent 6075b734a3
commit 3be0ce1e14
3 changed files with 41 additions and 2 deletions

7
scripts/startAlfresco.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# fail script immediately on any errors in external commands and print the lines
set -ev
cd $1
docker login quay.io -u ${QUAY_USERNAME} -p ${QUAY_PASSWORD}
docker-compose up -d