update gitlab webhook

This commit is contained in:
xiawenlong
2021-11-11 18:16:01 +08:00
parent 0eaa75267f
commit 976e00197f
5 changed files with 104 additions and 3 deletions
+4
View File
@@ -12,6 +12,9 @@
class gitlabModel extends model
{
const HOOK_PUSH_EVENT = 'Push Hook';
/**
* Get a gitlab by id.
*
@@ -2052,4 +2055,5 @@ class gitlabModel extends model
}
if(!$reponse) dao::$errors[] = false;
}
}