diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-04-11 16:09:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-11 16:09:23 +0000 |
commit | 7e491c8dab6bdc383d86f461a2aea8cf6fd1deb1 (patch) | |
tree | 5e97157e9932fb26daa27bcbdd77288856b1b6f0 /jjb | |
parent | 1fd4969f08389027803eb8b137698751b200737b (diff) | |
parent | 82b7636f2061325547ffbb1ec67a7391cd2d8874 (diff) |
Merge "jjb: xci: xci-set-scenario: Drop errexit option"
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/xci/xci-set-scenario.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jjb/xci/xci-set-scenario.sh b/jjb/xci/xci-set-scenario.sh index 3e64ab140..b591dd23c 100755 --- a/jjb/xci/xci-set-scenario.sh +++ b/jjb/xci/xci-set-scenario.sh @@ -7,7 +7,6 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -set -o errexit set -o pipefail #---------------------------------------------------------------------- |