From e9a4f439da7355dfe48a3f38aef8e291ea795bef Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 30 Aug 2016 19:48:48 +0200 Subject: break on every deploy error --- bin/ci-build.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') 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" -- cgit v1.2.3