Merge pull request #25 from rishiloyola/master

Exit if right most command fails in pipe
This commit is contained in:
will Farrell
2019-02-26 00:16:53 -07:00
committed by GitHub
+2
View File
@@ -1,5 +1,7 @@
#!/usr/bin/env sh
set -e
set -o pipefail
DOCKER_SOCK=${DOCKER_SOCK:-/var/run/docker.sock}
CURL_TIMEOUT=${CURL_TIMEOUT:-30}