]> 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:31:52 +0000 (12:31 +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 9ecb38ad2fbd687833b40a841596983b858ebc2b..2d6ed4b3d6ef3854d847992f3b9f35ce47482fa6 100644 (file)
@@ -225,6 +225,7 @@ stages:
 .api-schedules-tags-triggers-web-triggering-rules: &api_schedules_tags_triggers_web_triggering_rules
   only:
     - api
+    - pipelines
     - schedules
     - tags
     - triggers
@@ -233,6 +234,7 @@ stages:
 .api-schedules-triggers-web-triggering-rules: &api_schedules_triggers_web_triggering_rules
   only:
     - api
+    - pipelines
     - schedules
     - triggers
     - web
@@ -241,6 +243,7 @@ stages:
   only:
     - api
     - merge_requests
+    - pipelines
     - schedules
     - tags
     - triggers