Fix hydra-queue-runner --build-one
This commit is contained in:
parent
29db16bc69
commit
97f8c61928
@ -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…
x
Reference in New Issue
Block a user