* Run ztf update for gitlab.

This commit is contained in:
caoyanyi
2024-03-04 09:57:23 +08:00
parent 8799d6dbdc
commit ba64f6d2c7
74 changed files with 24 additions and 25 deletions
+1 -1
View File
@@ -45,4 +45,4 @@ r($gitlabTest->apiUpdateHookTest($gitlabID, 0, $hookID, $hook)) && p('message
r($gitlabTest->apiUpdateHookTest($gitlabID, $projectID, 0, $hook)) && p('message') && e('404 Not found'); //使用空的hookID更新gitlab群组
r($gitlabTest->apiUpdateHookTest(0, $projectID, $hookID, $hook)) && p() && e('0'); //使用错误gitlabID更新群组
r($gitlabTest->apiUpdateHookTest($gitlabID, $projectID, $hookID, $hook)) && p('merge_requests_events,push_events') && e('~~,1'); //通过gitlabID,projectID,分支对象正确更新GitLab分支
r($gitlabTest->apiUpdateHookTest($gitlabID, $projectID, $hookID, $hook)) && p('merge_requests_events,push_events') && e('~~,1'); //通过gitlabID,projectID,分支对象正确更新GitLab分支