]> 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>
Fri, 29 Mar 2024 07:52:51 +0000 (08:52 +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.

.gitlab-ci.yml

index 78d191e34c52063a403486c084eb1e3ca041d857..8d59690a80926fe0619dd5d1b750fd5c5a073b91 100644 (file)
@@ -184,6 +184,7 @@ stages:
   only:
     - api
     - merge_requests
+    - pipelines
     - tags
     - triggers
     - web
@@ -193,6 +194,7 @@ stages:
   only:
     - api
     - merge_requests
+    - pipelines
     - tags
     - triggers
     - web
@@ -203,6 +205,7 @@ stages:
 .schedules-tags-web-triggering-rules: &schedules_tags_web_triggering_rules
   only:
     - api
+    - pipelines
     - schedules
     - tags
     - triggers