From: agardner Date: Tue, 24 Oct 2017 15:49:39 +0000 (-0400) Subject: Do not set bashisms when calling build.sh X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F46181%2F1;p=releng.git 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 --- 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