forked from lix-project/hydra
Don't call buildFinished after we already know it failed
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
166d56088f
commit
b2f6be9686
|
@ -14,7 +14,7 @@ sub notifyBuildFinished {
|
||||||
$plugin->buildFinished($build, $dependents);
|
$plugin->buildFinished($build, $dependents);
|
||||||
};
|
};
|
||||||
if ($@) {
|
if ($@) {
|
||||||
print STDERR "$plugin->buildFinished: $@\n";
|
print STDERR "\$plugin->buildFinished: $@\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue