Remove bash `-x` option
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2020-09-25 16:20:05 +02:00
parent 171b627e0a
commit 29898dda53
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ 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 -x /dev/stdin "$PLUGIN_STACK"
docker run --rm vitalets/docker-stack-wait-deploy | sed 's/True/true/' | bash /dev/stdin "$PLUGIN_STACK"
}
run_plugin() {