forked from lix-project/hydra
hydra: missing argument
This commit is contained in:
parent
05ebf34441
commit
526ffb7eef
|
@ -730,7 +730,7 @@ sub checkBuild {
|
||||||
, errormsg => ""
|
, errormsg => ""
|
||||||
, releasename => getReleaseName($outPath)
|
, releasename => getReleaseName($outPath)
|
||||||
});
|
});
|
||||||
addBuildProducts($build);
|
addBuildProducts($db, $build);
|
||||||
} else {
|
} else {
|
||||||
print STDERR "added to queue as build ", $build->id, "\n";
|
print STDERR "added to queue as build ", $build->id, "\n";
|
||||||
$build->create_related('buildschedulinginfo',
|
$build->create_related('buildschedulinginfo',
|
||||||
|
|
Loading…
Reference in a new issue