Move DOCKER_ORG default to travis.yml

This commit is contained in:
Tim Möhlmann
2018-10-06 17:24:42 +03:00
parent a19e11d552
commit f7d8f20c87
2 changed files with 2 additions and 5 deletions

View File

@@ -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() {