]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Include common Gitlab CI YAML from isc-projects/bind9-qa
authorAndoni Duarte Pintado <andoni@isc.org>
Fri, 22 May 2026 15:38:40 +0000 (17:38 +0200)
committerAndoni Duarte <andoni@isc.org>
Wed, 27 May 2026 08:23:12 +0000 (08:23 +0000)
The template file .gitlab-ci-common.yml is to be used across ISC
projects, while it is maintained in the isc-projects/bind9-qa project.

.gitlab-ci.yml

index 6cabef25e3824be128976773da6e5127ad04098b..46f23c99123c28767437613518c6992c36e086b9 100644 (file)
@@ -104,6 +104,10 @@ workflow:
   auto_cancel:
     on_new_commit: interruptible
 
+include:
+  - project: 'isc-projects/bind9-qa'
+    file: '/.gitlab-ci-common.yml'
+
 stages:
   - quick-checks
   - other-checks