fix(signing): Use -euo pipefail instead of -oue (#129)

* fix(signing): Use `-eou` pipefail instead of `-oue`

* Update signing.sh
This commit is contained in:
fiftydinar 2024-02-12 14:33:30 +01:00 committed by GitHub
parent 787f44ece8
commit bfda18d3a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -oue pipefail
set -euo pipefail
CONTAINER_DIR="/usr/etc/containers"
MODULE_DIRECTORY="${MODULE_DIRECTORY:-"/tmp/modules"}"