mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Include common Gitlab CI YAML from isc-projects/bind9-qa
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.
This commit is contained in:
parent
3e32c55213
commit
1c31e6fea9
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue