From b4a467e387b76d6311cb7e58889e4316345359e1 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 20 May 2016 16:15:20 -0700 Subject: [PATCH] ci: disable debug output from env.sh --- scripts/ci-lite/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci-lite/env.sh b/scripts/ci-lite/env.sh index 5a8b9fcea5..5d94334c8e 100644 --- a/scripts/ci-lite/env.sh +++ b/scripts/ci-lite/env.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -ex -o pipefail +set -e -o pipefail NODE_VERSION=5.4.1