From 68cbb9e57c75329e38509ac40ce0b694e9918e7f Mon Sep 17 00:00:00 2001 From: Simon Giesecke Date: Tue, 3 Apr 2018 12:35:39 +0200 Subject: [PATCH] Problem: snowballing Solution: stop bash on first error --- ci_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci_build.sh b/ci_build.sh index a103c63..bf919ae 100755 --- a/ci_build.sh +++ b/ci_build.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash set -x +set -e install_zeromq() { pushd .