Commit 93b707ea authored by Kenneth Reitz's avatar Kenneth Reitz

let's try pipestatus

parent 8d358218
......@@ -6,7 +6,7 @@ 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
PIP_STATUS="$?"
PIP_STATUS="${PIPESTATUS[0]}"
set -e
echo "$PIP_STATUS"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment