Bail on missing host option
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
3wc
2025-07-31 13:56:56 +01:00
parent 5b7f43ca0b
commit 374fa7db34

View File

@ -3,7 +3,7 @@
set -e
PLUGIN_COMPOSE=${PLUGIN_COMPOSE:-compose.yml}
PLUGIN_HOST=${PLUGIN_HOST:-swarm.autonomic.zone}
PLUGIN_HOST=${PLUGIN_HOST:?'host' option not provided}
PLUGIN_PORT=${PLUGIN_PORT:-222}
PLUGIN_PURGE=${PLUGIN_PURGE:-"false"}
PLUGIN_USER=${PLUGIN_USER:-drone}