mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
maybe this will help
This commit is contained in:
@@ -9,6 +9,7 @@ set +e
|
||||
PIP_STATUS="${PIPESTATUS[0]}"
|
||||
set -e
|
||||
|
||||
cat $WARNINGS_LOG > /dev/null
|
||||
show-warnings
|
||||
|
||||
if [[ ! $PIP_STATUS -eq 0 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user