forked from lix-project/hydra
Doh
This commit is contained in:
parent
a757b783f4
commit
e069ee960e
|
@ -584,7 +584,7 @@ void State::getQueuedBuilds(Connection & conn, std::shared_ptr<StoreAPI> store,
|
||||||
|
|
||||||
if (checkCachedFailure(r, conn)) {
|
if (checkCachedFailure(r, conn)) {
|
||||||
printMsg(lvlError, format("marking build %1% as cached failure") % build->id);
|
printMsg(lvlError, format("marking build %1% as cached failure") % build->id);
|
||||||
buildStatus = step == r ? bsFailed : bsFailed;
|
buildStatus = step == r ? bsFailed : bsDepFailed;
|
||||||
buildStepStatus = bssFailed;
|
buildStepStatus = bssFailed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue