diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-06-28 23:32:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-06-28 23:32:59 +0000 |
commit | ee61be6d48799c07293339e64229a49248fbb6bc (patch) | |
tree | 44be7898551780277b9c21967c115c41d8af95b5 | |
parent | 1590a4f64211574ad7a96bb81ad498e4a34fbbd0 (diff) | |
parent | 5d442cc229ceb491f86fe8247dbeba7b86ee23f0 (diff) |
Merge "Fix unset RC_FILE_PATH in Scripts"
-rwxr-xr-x | jjb/functest/functest-env-presetup.sh | 1 | ||||
-rwxr-xr-x | utils/fetch_os_creds.sh | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/jjb/functest/functest-env-presetup.sh b/jjb/functest/functest-env-presetup.sh index 81718a5e3..510670bc2 100755 --- a/jjb/functest/functest-env-presetup.sh +++ b/jjb/functest/functest-env-presetup.sh @@ -1,6 +1,5 @@ #!/usr/bin/env bash set -o errexit -set -o nounset set -o pipefail # Fetch INSTALLER_IP for APEX deployments diff --git a/utils/fetch_os_creds.sh b/utils/fetch_os_creds.sh index 0e041c631..501095036 100755 --- a/utils/fetch_os_creds.sh +++ b/utils/fetch_os_creds.sh @@ -8,7 +8,6 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## set -o errexit -set -o nounset set -o pipefail usage() { |