forked from lix-project/hydra
hydra: fix enable email notification bug
This commit is contained in:
parent
489e4f7697
commit
87007fb97c
|
@ -82,7 +82,7 @@ sub sendEmailNotification {
|
|||
|
||||
die unless defined $build->resultInfo;
|
||||
|
||||
return if !($build->maintainers || $build->jobset->enableemail);
|
||||
return if !($build->maintainers && $build->jobset->enableemail);
|
||||
|
||||
# Do we want to send mail?
|
||||
|
||||
|
|
Loading…
Reference in a new issue