You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-07-15 01:24:34 +02:00
Don't try deploy is DOCKER_UN is not set
This commit is contained in:
@ -16,4 +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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user