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