Commit 6afd6bbc authored by Kenneth Reitz's avatar Kenneth Reitz

debug

parent 6fa14b55
...@@ -10,6 +10,8 @@ PIP_STATUS="${PIPESTATUS[0]}" ...@@ -10,6 +10,8 @@ PIP_STATUS="${PIPESTATUS[0]}"
set -e set -e
show-warnings show-warnings
echo '*** DEBUG ****'
cat $WARNINGS_LOG
if [[ ! $PIP_STATUS -eq 0 ]]; then if [[ ! $PIP_STATUS -eq 0 ]]; then
exit 1 exit 1
......
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