aboutsummaryrefslogtreecommitdiff
path: root/tcwg-llvm-staged-build.yaml
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-04-24 17:33:22 +0100
committerRenato Golin <renato.golin@linaro.org>2017-04-24 17:33:22 +0100
commit7625e7dcb70bb3f479f1035f082b51cd0bd6653b (patch)
tree0fdf1b5fdfa169e3000461644b9a994ecfdaa032 /tcwg-llvm-staged-build.yaml
parent5082ee08e006569483ff8c35f63a8853f8938204 (diff)
tcwg-llvm-staged-build.yaml: Remove bash undefined error for now
Change-Id: Ie6af60d05487afa77f675408a08b683de9e5367e
Diffstat (limited to 'tcwg-llvm-staged-build.yaml')
-rw-r--r--tcwg-llvm-staged-build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-llvm-staged-build.yaml b/tcwg-llvm-staged-build.yaml
index 08e65ad3..a5dde011 100644
--- a/tcwg-llvm-staged-build.yaml
+++ b/tcwg-llvm-staged-build.yaml
@@ -64,7 +64,7 @@
builders:
- shell: |
#!/bin/bash
- set -exu
+ set -ex
# Start build container
builder=$(${WORKSPACE}/nodename2hostname.sh $NODE_NAME)