From 0df62ef7c5eb64222092cc7c9ec17816a1c171fb Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 25 Sep 2020 20:04:06 +0200 Subject: [PATCH] Drop onto multiple lines --- plugin.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugin.sh b/plugin.sh index d0d7f81..e0f976d 100755 --- a/plugin.sh +++ b/plugin.sh @@ -48,8 +48,9 @@ run_stack_deploy() { } run_stack_wait() { - export DOCKER_HOST="ssh://$PLUGIN_USER@$PLUGIN_HOST:$PLUGIN_PORT" - docker run --rm vitalets/docker-stack-wait-deploy | sed 's/True/true/' | bash /dev/stdin "$PLUGIN_STACK" + docker run --rm vitalets/docker-stack-wait-deploy \ + | sed 's/True/true/' \ + | bash /dev/stdin "$PLUGIN_STACK" } run_plugin() {