From 40e91ffa67b3545d2868c3f83244c3baa76c6f2f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Mon, 8 Feb 2016 22:10:52 -0500 Subject: [PATCH] debug --- bin/steps/pip-install | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/steps/pip-install b/bin/steps/pip-install index 4299b910..604a8245 100755 --- a/bin/steps/pip-install +++ b/bin/steps/pip-install @@ -12,7 +12,14 @@ set -e show-warnings echo echo +echo +echo cat $WARNINGS_LOG | indent +echo +echo +echo +echo + if [[ ! $PIP_STATUS -eq 0 ]]; then exit 1 -- GitLab