mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-03 14:52:36 +02:00
Project name can be ommitted in docker-compose build
This commit is contained in:
parent
940b88a641
commit
c09ac713a3
@ -10,7 +10,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 build
|
||||||
- tests/compose/test-script.sh
|
- tests/compose/test-script.sh
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user