* finish task #6954.
This commit is contained in:
@@ -137,10 +137,10 @@ class gitModel extends model
|
||||
$this->printLog("\n\nrepo #" . $repo->id . ': ' . $repo->path . " finished");
|
||||
}
|
||||
|
||||
// exe ci jobs in log
|
||||
$cijobIdList = zget($objects, 'integrations', array());
|
||||
// Create compile by integration.
|
||||
$integrations = zget($objects, 'integrations', array());
|
||||
$this->loadModel('compile');
|
||||
foreach($cijobIdList as $id) $this->compile->execByIntegration($id);
|
||||
foreach($integrations as $id) $this->compile->createByIntegration($id);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user