1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/community/fisher/gitlab-hook-job.patch
2021-01-08 22:39:57 +01:00

13 lines
440 B
Diff

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![