This commit is contained in:
2016-02-08 21:29:40 -05:00
parent 6fa14b55d3
commit 6afd6bbce9
+2
View File
@@ -10,6 +10,8 @@ PIP_STATUS="${PIPESTATUS[0]}"
set -e
show-warnings
echo '*** DEBUG ****'
cat $WARNINGS_LOG
if [[ ! $PIP_STATUS -eq 0 ]]; then
exit 1