Commit 5a02ed58 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Set bash -o pipefail in ci-support

parent 7b9e9d08
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
# ^^ (not a script: only here for shellcheck's benefit)

set -e
set -o pipefail

ci_support="https://gitlab.tiker.net/inducer/ci-support/raw/master"