* Fix bugs.

This commit is contained in:
zenggang
2023-08-08 07:17:10 +00:00
parent b6f51858d7
commit 6d58023f75
5 changed files with 7 additions and 5 deletions
+2
View File
@@ -82,6 +82,8 @@ class gitModel extends model
{
$this->updateCommit($repo, $commentGroup, true);
if($repo->SCM == 'Gitlab') $this->loadModel('gitlab')->updateCodePath($repo->serviceHost, $repo->serviceProject, $repo->id);
/* Create compile by tag. */
$jobs = zget($tagGroup, $repoID, array());
foreach($jobs as $job)