1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-12 02:28:20 +02:00

Fix syntax error

This commit is contained in:
Tim Möhlmann 2018-10-06 17:31:01 +03:00
parent f7d8f20c87
commit 940b88a641
No known key found for this signature in database
GPG Key ID: AFABC30066A39335

View File

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