From 8d358218f8d53b8397d8b5d1f9257b54683d22ea Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Thu, 3 Dec 2015 13:18:43 -0500 Subject: [PATCH] change order --- bin/steps/pip-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/steps/pip-install b/bin/steps/pip-install index 6ac369ea..6ef55b4d 100755 --- a/bin/steps/pip-install +++ b/bin/steps/pip-install @@ -6,8 +6,8 @@ puts-step "Installing dependencies with pip" set +e /app/.heroku/python/bin/pip install -r requirements.txt --exists-action=w --src=./.heroku/src --allow-all-external --disable-pip-version-check --no-cache-dir | cleanup | log-output | indent -set -e PIP_STATUS="$?" +set -e echo "$PIP_STATUS" -- GitLab