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