summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authoragardner <agardner@linuxfoundation.org>2017-10-24 11:49:39 -0400
committeragardner <agardner@linuxfoundation.org>2017-10-24 11:50:49 -0400
commitaf8f5f0fd827ef616c891945615c23fe79df862d (patch)
tree6600d04278ff72574257152874369ad9287481d8 /jjb
parentb72f9268dd7194d1ed05a9f5b1781a724271c093 (diff)
Do not set bashisms when calling build.sh
The maintainer can decide to set errexit nounset or pipefail Plus, this fails as pipefail is a bashism and shell: calls sh Change-Id: Ibac052fddce7e9a3eb7c536e08c64d9dad1a7a0a Signed-off-by: agardner <agardner@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/container4nfv/container4nfv-project.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/jjb/container4nfv/container4nfv-project.yml b/jjb/container4nfv/container4nfv-project.yml
index 0bb77d703..c7666a1e6 100644
--- a/jjb/container4nfv/container4nfv-project.yml
+++ b/jjb/container4nfv/container4nfv-project.yml
@@ -61,8 +61,5 @@
builders:
- shell: |
- set -o errexit
- set -o nounset
- set -o pipefail
cd $WORKSPACE/ci
./build.sh