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

debug

parent 72710696
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,14 @@ set -e ...@@ -12,7 +12,14 @@ set -e
show-warnings show-warnings
echo echo
echo echo
echo
echo
cat $WARNINGS_LOG | indent cat $WARNINGS_LOG | indent
echo
echo
echo
echo
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