This commit is contained in:
2016-02-08 23:12:59 -05:00
parent 0aa123995b
commit 49676e12af
+1
View File
@@ -8,6 +8,7 @@ set +e
/app/.heroku/python/bin/pip install -r requirements.txt --exists-action=w --src=./.heroku/src --disable-pip-version-check --no-cache-dir 2>&1 | tee $WARNINGS_LOG | cleanup | indent
PIP_STATUS="${PIPESTATUS[0]}"
set -e
echo '.'
show-warnings