These scripts as they are designed expect unbound variables so
enable them at least until they are fixed.
Change-Id: I48182a1d5d5c3cf4d42249bfc8a55b7c0088ec36
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
echo "---> sigul-configuration.sh"
# Ensure we fail the job if any steps fail.
-set -eu -o pipefail
+set -e -o pipefail
# Sigul pki configuration is designed to live in ${HOME}/sigul
cd "${HOME}"
# Any future use of $SIGUL_PASSWORD needs to have it null terminated
sed -i 's/$/\x0/' "${SIGUL_PASSWORD}"
-
echo "---> sigul-install.sh"
# Ensure we fail the job if any steps fail.
-set -eu -o pipefail
+set -e -o pipefail
# Setup sigul RPM repo
echo "[fedora-infra-sigul]