Merge "if we fail to send mail, the job should fail"

This commit is contained in:
Jenkins 2016-08-15 10:05:28 +00:00 committed by Gerrit Code Review
commit 25c35b6778

View File

@ -168,7 +168,4 @@ echo $relnotes_file
echo
echo "Sending release announcement"
send-mail -v $relnotes_file || \
echo "Sending failed, see $relnotes_file for message body"
exit 0
send-mail -v $relnotes_file