forked from lix-project/hydra
Tweak
This commit is contained in:
parent
60e7930d2b
commit
5535bc28ca
|
@ -172,7 +172,7 @@ State::StepResult State::doBuildStep(nix::ref<Store> destStore, Step::ptr step,
|
|||
auto mc = startDbUpdate();
|
||||
pqxx::work txn(*conn);
|
||||
finishBuildStep(txn, result.startTime, result.stopTime, result.overhead, build->id,
|
||||
stepNr, machine->sshName, bsAborted, result.errorMsg);
|
||||
stepNr, machine->sshName, result.stepStatus, result.errorMsg);
|
||||
txn.commit();
|
||||
if (quit) exit(1);
|
||||
return sRetry;
|
||||
|
|
Loading…
Reference in a new issue