fix!: Enable pipefail (#1608)

This commit is contained in:
Edwin Kofler 2023-09-17 04:52:39 -07:00 committed by GitHub
parent 61420ad908
commit 4085e5542b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -o pipefail
# shellcheck source=lib/utils.bash
. "$(dirname "$(dirname "$0")")/lib/utils.bash"