From af8f5f0fd827ef616c891945615c23fe79df862d Mon Sep 17 00:00:00 2001 From: agardner Date: Tue, 24 Oct 2017 11:49:39 -0400 Subject: 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 --- jjb/container4nfv/container4nfv-project.yml | 3 --- 1 file changed, 3 deletions(-) (limited to 'jjb') 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 -- cgit 1.2.3-korg