Make sure we wait for stack on the right host
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cc16850b1c
commit
6db9058c62
@ -67,9 +67,11 @@ run_stack_deploy() {
|
||||
}
|
||||
|
||||
run_stack_wait() {
|
||||
docker -H "$REMOTE_DOCKER_HOST" run --rm vitalets/docker-stack-wait-deploy \
|
||||
export DOCKER_HOST="$REMOTE_DOCKER_HOST"
|
||||
docker run --rm vitalets/docker-stack-wait-deploy \
|
||||
| sed 's/True/true/' \
|
||||
| bash /dev/stdin "$PLUGIN_STACK"
|
||||
unset DOCKER_HOST
|
||||
}
|
||||
|
||||
run_purge() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user