forked from lix-project/hydra
parent
71440e7bd7
commit
5962367ffc
|
@ -192,6 +192,8 @@ bool State::getQueuedBuilds(Connection & conn, ref<Store> localStore,
|
|||
nrBuildsDone++;
|
||||
}
|
||||
|
||||
enqueueNotificationItem({NotificationItem::Type::BuildFinished, build->id});
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -224,6 +226,8 @@ bool State::getQueuedBuilds(Connection & conn, ref<Store> localStore,
|
|||
|
||||
build->finishedInDB = true;
|
||||
|
||||
enqueueNotificationItem({NotificationItem::Type::BuildFinished, build->id});
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue