Set pipefail
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2020-11-15 00:11:03 +02:00
parent 7e2ad80aa6
commit cf93f16b94
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
set -e
set -o pipefail
PLUGIN_SOURCE=${PLUGIN_SOURCE:-.}
PLUGIN_HOST=${PLUGIN_HOST:-swarm.autonomic.zone}