diff options
author | elijah <elijah@riseup.net> | 2016-08-31 15:42:23 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-08-31 15:42:23 -0700 |
commit | 1d8236ec76d0aa0aca0171abd82b1a63450c8321 (patch) | |
tree | f3872af684b9ff03f86de6a1cbb12b5022b57e0e /bin | |
parent | 184872506094394ca6f2290f546ab10a9e36b293 (diff) | |
parent | e98d216dedbec1dc672ba3d80d5d34f2f4d4e4df (diff) |
Merge branch 'cibuild_experimental_09' of https://0xacab.org/varac/platform into develop
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ci-build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/ci-build.sh b/bin/ci-build.sh index 7b4895e5..248bd9f8 100755 --- a/bin/ci-build.sh +++ b/bin/ci-build.sh @@ -2,6 +2,9 @@ . tests/puppet/provider/.platform-test.conf +# break on every error +set -e + # create node(s) with unique id so we can run tests in parallel export TAG="build${CI_BUILD_ID}" [ -d "${PROVIDERDIR}/tags" ] || mkdir "${PROVIDERDIR}/tags" |