mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-11 08:55:08 +00:00
notify about build before trigger
This commit is contained in:
parent
157c530d6b
commit
b23edf202f
@ -98,6 +98,9 @@ Distributor.prototype._onBuildComplete = function(err, build, callback) {
|
||||
|
||||
Steppy(
|
||||
function() {
|
||||
// notify about build
|
||||
notifier.send(build);
|
||||
|
||||
// process after build triggers
|
||||
var triggerAfterGroup = this.makeGroup();
|
||||
|
||||
@ -120,9 +123,6 @@ Distributor.prototype._onBuildComplete = function(err, build, callback) {
|
||||
|
||||
},
|
||||
function(err, triggerAfterGroupResults) {
|
||||
// notify about build
|
||||
notifier.send(build);
|
||||
|
||||
// try to run next project from the queue
|
||||
self._runNext(this.slot());
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user