commit | 0c5b5fae1b7daec39030f545892df638f297d8d3 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Wed Nov 09 17:42:20 2022 +0300 |
committer | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Wed Nov 09 17:42:20 2022 +0300 |
tree | 0056cfe9f5a727d79bf95ab37f242e1780f1859c | |
parent | 2dfef3373af3c813a9cf83463e01793c5d9b5df7 [diff] [blame] |
clone.sh: Run with "set -e" to fail-fast jobs in case of error Fixes TFC-352. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> Change-Id: I76c3ea22db1579fe32b7025e6392c0f3ce4852a2
diff --git a/clone.sh b/clone.sh index 0d3617b..b5b93a5 100755 --- a/clone.sh +++ b/clone.sh
@@ -27,6 +27,8 @@ # is triggered manually from the buider job itself. # +set -e + # Global defaults GIT_CLONE_PARAMS="--no-checkout"