DOCKER_UN needs to be non-zero for deploy
This commit is contained in:
@@ -16,5 +16,5 @@ deploy:
|
||||
script: bash tests/deploy.sh
|
||||
on:
|
||||
all_branches: true
|
||||
condition: -z $DOCKER_UN
|
||||
condition: -n $DOCKER_UN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user