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

remove debug

parent 6afd6bbc
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,6 @@ PIP_STATUS="${PIPESTATUS[0]}" ...@@ -10,8 +10,6 @@ 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