gitlab-ci: remove duplicated lines in ci-templates include
The file key can have multiple values, so we don't need another "project". Signed-off-by: Alex Richardson <Alexander.Richardson@cl.cam.ac.uk>
This commit is contained in:
parent
c260d57750
commit
3288a076eb
|
@ -44,14 +44,11 @@
|
||||||
.templates_sha: &template_sha 567700e483aabed992d0a4fea84994a0472deff6 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
|
.templates_sha: &template_sha 567700e483aabed992d0a4fea84994a0472deff6 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
|
||||||
|
|
||||||
include:
|
include:
|
||||||
# Debian container builder template
|
|
||||||
- project: 'freedesktop/ci-templates'
|
- project: 'freedesktop/ci-templates'
|
||||||
ref: *template_sha
|
ref: *template_sha
|
||||||
file: '/templates/debian.yml'
|
file:
|
||||||
# ci-fairy template
|
- '/templates/debian.yml'
|
||||||
- project: 'freedesktop/ci-templates'
|
- '/templates/ci-fairy.yml'
|
||||||
ref: *template_sha
|
|
||||||
file: '/templates/ci-fairy.yml'
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
FDO_UPSTREAM_REPO: wayland/wayland
|
FDO_UPSTREAM_REPO: wayland/wayland
|
||||||
|
|
Loading…
Reference in New Issue
Block a user