diff --git a/bin/steps/pip-install b/bin/steps/pip-install index fd60ae9..cec8c98 100755 --- a/bin/steps/pip-install +++ b/bin/steps/pip-install @@ -11,7 +11,7 @@ PIP_STATUS="$?" echo "$PIP_STATUS" -if [[ $PIP_STATUS ]]; then +if [[ ! $PIP_STATUS -eq 0 ]]; then echo "an error occurred." show-warnings exit 1