forked from lix-project/hydra
Fix hydra-queue-runner --build-one
This commit is contained in:
parent
29db16bc69
commit
97f8c61928
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ bool State::doBuildStep(std::shared_ptr<StoreAPI> store, Step::ptr step,
|
||||||
% step->drvPath % machine->sshName % build->id % (dependents.size() - 1));
|
% step->drvPath % machine->sshName % build->id % (dependents.size() - 1));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool quit = build->id == buildOne;
|
bool quit = build->id == buildOne && step->drvPath == build->drvPath;
|
||||||
|
|
||||||
auto conn(dbPool.get());
|
auto conn(dbPool.get());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue