This commit is contained in:
2016-02-08 21:59:55 -05:00
parent e27b5656fd
commit a4e8ba3cdf
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -10,6 +10,9 @@ PIP_STATUS="${PIPESTATUS[0]}"
set -e
show-warnings
echo
echo
cat $WARNINGS_LOG | indent
if [[ ! $PIP_STATUS -eq 0 ]]; then
exit 1