Fix tests
This commit is contained in:
@ -471,7 +471,8 @@ sub checkBuild {
|
||||
print STDERR "added build ${\$build->id} (${\$jobset->project->name}:${\$jobset->name}:$jobName)\n";
|
||||
});
|
||||
|
||||
system("hydra-notify build-queued " . $build->id) if defined $buildMap->{$build->id} && $buildMap->{$build->id}->{new};
|
||||
system("hydra-notify build-queued " . $build->id)
|
||||
if defined $build && defined $buildMap->{$build->id} && $buildMap->{$build->id}->{new};
|
||||
return $build;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user