mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
13 lines
440 B
Diff
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![
|