summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-08-31 15:42:23 -0700
committerelijah <elijah@riseup.net>2016-08-31 15:42:23 -0700
commit1d8236ec76d0aa0aca0171abd82b1a63450c8321 (patch)
treef3872af684b9ff03f86de6a1cbb12b5022b57e0e /bin
parent184872506094394ca6f2290f546ab10a9e36b293 (diff)
parente98d216dedbec1dc672ba3d80d5d34f2f4d4e4df (diff)
Merge branch 'cibuild_experimental_09' of https://0xacab.org/varac/platform into develop
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ci-build.sh3
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"