Fix syntax error
This commit is contained in:
@@ -9,7 +9,7 @@ env:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
# Default to mailu for DOCKER_ORG
|
# 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
|
- docker-compose -f tests/build.yml -p Mailu build
|
||||||
- tests/compose/test-script.sh
|
- tests/compose/test-script.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user