change order

This commit is contained in:
2015-12-03 13:18:43 -05:00
parent b84b168be8
commit 8d358218f8
+1 -1
View File
@@ -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"