Skip to content
Snippets Groups Projects
Commit 8d358218 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

change order

parent b84b168b
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ puts-step "Installing dependencies with pip" ...@@ -6,8 +6,8 @@ puts-step "Installing dependencies with pip"
set +e 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 /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="$?" PIP_STATUS="$?"
set -e
echo "$PIP_STATUS" echo "$PIP_STATUS"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment