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

debug

parent 6fa14b55
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
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