From 6545d71b460cba74b1cbc00b9330ea68c2115346 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Thu, 3 Dec 2015 13:31:50 -0500 Subject: [PATCH] remove debugging statements --- bin/steps/pip-install | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/steps/pip-install b/bin/steps/pip-install index 036de4b2..aa78dcca 100755 --- a/bin/steps/pip-install +++ b/bin/steps/pip-install @@ -9,10 +9,8 @@ set +e PIP_STATUS="${PIPESTATUS[0]}" set -e -echo "$PIP_STATUS" - if [[ ! $PIP_STATUS -eq 0 ]]; then - echo "an error occurred." + echo show-warnings exit 1 fi -- GitLab