]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add "pipelines" to CI job trigger lists
authorMichał Kępień <michal@isc.org>
Thu, 21 Mar 2024 11:29:21 +0000 (12:29 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 21 Mar 2024 11:30:04 +0000 (12:30 +0100)
To enable GitLab CI jobs in other projects to trigger pipelines in the
BIND 9 project using their CI_JOB_TOKEN, add "pipelines" to the relevant
GitLab CI job trigger lists.

(cherry picked from commit a4e9ce500a42d596e64c477df66c9bcdd692b06b)

.gitlab-ci.yml

index 48bb036a59dd131204bc96cce9bbe28d075251fe..b1d23f3a4354d0f03a0ce48dd78a0d2470189371 100644 (file)
@@ -222,6 +222,7 @@ stages:
 .api-schedules-tags-triggers-web-triggering-rules: &api_schedules_tags_triggers_web_triggering_rules
   only:
     - api
+    - pipelines
     - schedules
     - tags
     - triggers
@@ -230,6 +231,7 @@ stages:
 .api-schedules-triggers-web-triggering-rules: &api_schedules_triggers_web_triggering_rules
   only:
     - api
+    - pipelines
     - schedules
     - triggers
     - web
@@ -238,6 +240,7 @@ stages:
   only:
     - api
     - merge_requests
+    - pipelines
     - schedules
     - tags
     - triggers