summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xjjb/functest/set-functest-env.sh3
-rwxr-xr-xutils/fetch_os_creds.sh2
2 files changed, 3 insertions, 2 deletions
diff --git a/jjb/functest/set-functest-env.sh b/jjb/functest/set-functest-env.sh
index be596cc2d..558e2487d 100755
--- a/jjb/functest/set-functest-env.sh
+++ b/jjb/functest/set-functest-env.sh
@@ -1,6 +1,9 @@
#!/bin/bash
set -e
+set +u
+set +o pipefail
+
[[ $CI_DEBUG == true ]] && redirect="/dev/stdout" || redirect="/dev/null"
# Prepare OpenStack credentials volume
diff --git a/utils/fetch_os_creds.sh b/utils/fetch_os_creds.sh
index 6a382a56c..a5d5f8f3b 100755
--- a/utils/fetch_os_creds.sh
+++ b/utils/fetch_os_creds.sh
@@ -223,5 +223,3 @@ fi
echo "-------- Credentials: --------"
cat $dest_path
-
-exit 0