aboutsummaryrefslogtreecommitdiffstats
path: root/community/fisher/gitlab-hook-job.patch
blob: 574312c56c02cd8f55d24751137ee63d7a9244cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
GitLab 9.4.x has hook event Job.

--- a/src/providers/gitlab.rs
+++ b/src/providers/gitlab.rs
@@ -22,7 +22,7 @@
 lazy_static! {
     static ref GITLAB_EVENTS: Vec<&'static str> = vec![
         "Push", "Tag Push", "Issue", "Note", "Merge Request", "Wiki Page",
-        "Build", "Pipeline", "Confidential Issue",
+        "Build", "Pipeline", "Confidential Issue", "Job",
     ];
 
     static ref GITLAB_HEADERS: Vec<&'static str> = vec![