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:
parent
787f44ece8
commit
bfda18d3a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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"}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue