CI: include ci-templates only once
No functional change here. Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1568>
This commit is contained in:
parent
32e16082c5
commit
baef637747
|
@ -25,10 +25,9 @@ variables:
|
||||||
include:
|
include:
|
||||||
- project: 'freedesktop/ci-templates'
|
- project: 'freedesktop/ci-templates'
|
||||||
ref: *template_sha
|
ref: *template_sha
|
||||||
file: '/templates/debian.yml'
|
file:
|
||||||
- project: 'freedesktop/ci-templates'
|
- '/templates/debian.yml'
|
||||||
ref: *template_sha
|
- '/templates/ci-fairy.yml'
|
||||||
file: '/templates/ci-fairy.yml'
|
|
||||||
- template: Security/SAST.gitlab-ci.yml
|
- template: Security/SAST.gitlab-ci.yml
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
|
Loading…
Reference in New Issue