From 06e1bb94dda9dd363faceb9c1e5ac1f2d318d5d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Mon, 11 Feb 2019 23:23:25 +0100 Subject: [PATCH] removed exit 0 from install.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .circleci/install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/install.sh b/.circleci/install.sh index c32d96dc7..4eccd04e4 100755 --- a/.circleci/install.sh +++ b/.circleci/install.sh @@ -3,8 +3,6 @@ # install & unit test zammad # -exit 0 - set -o errexit set -o pipefail