Move DOCKER_ORG default to travis.yml

master
Tim Möhlmann 6 years ago
parent a19e11d552
commit f7d8f20c87
No known key found for this signature in database
GPG Key ID: AFABC30066A39335

@ -8,6 +8,8 @@ env:
- VERSION=$TRAVIS_BRANCH
script:
# Default to mailu for DOCKER_ORG
- if [ -z "$DOCKER_ORG" ]; then; export DOCKER_ORG="mailu"; fi
- docker-compose -f tests/build.yml -p Mailu build
- tests/compose/test-script.sh

@ -12,11 +12,6 @@ containers=(
front
)
# Default to mailu for DOCKER_ORG
if [ -z "$DOCKER_ORG" ]; then
export DOCKER_ORG="mailu"
fi
# Verbose sleep, to prevent Travis to cancel the build
# First argument is desired sleep time in minutes
v_sleep() {

Loading…
Cancel
Save