catalyst-auto: Don't send useless failure email

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2020-05-17 15:29:31 -07:00
parent ef26f9a26f
commit a09f3dfda4

View file

@ -462,8 +462,6 @@ run_catalyst_commands() {
exit 1
fi
fi
else
send_email "Catalyst build complete, but with errors" "Build process has completed, but there were errors. Please consult previous emails to determine the problem."
fi
}