From e1ea2f9354ba60713005f440a2dd6588f486ce39 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Thu, 3 Dec 2015 13:11:23 -0500 Subject: [PATCH] appears to be working now :D --- bin/steps/pip-install | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/steps/pip-install b/bin/steps/pip-install index cec8c986..46c99bca 100755 --- a/bin/steps/pip-install +++ b/bin/steps/pip-install @@ -9,10 +9,7 @@ set +e set -e PIP_STATUS="$?" -echo "$PIP_STATUS" - if [[ ! $PIP_STATUS -eq 0 ]]; then - echo "an error occurred." show-warnings exit 1 fi -- GitLab