mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
change order
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user