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

View File

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