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

DOCKER_UN needs to be non-zero for deploy

This commit is contained in:
Tim Möhlmann 2018-10-06 17:04:14 +03:00
parent bb6b984610
commit 7915f2631f
No known key found for this signature in database
GPG Key ID: AFABC30066A39335

View File

@ -16,5 +16,5 @@ deploy:
script: bash tests/deploy.sh
on:
all_branches: true
condition: -z $DOCKER_UN
condition: -n $DOCKER_UN