Files
alfresco-community-repo/scripts/startAlfresco.sh
Claudia Agache 65a4fc71b0 login to quay
2020-07-13 10:50:04 +03:00

10 lines
222 B
Bash

#!/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
cd $TRAVIS_BUILD_DIR
ls