From 3288a076ebc2bee1b5c16d51d62bd1371ca30387 Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Fri, 27 Aug 2021 10:03:56 +0100 Subject: [PATCH] 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 --- .gitlab-ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a59dc76..f40674d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,14 +44,11 @@ .templates_sha: &template_sha 567700e483aabed992d0a4fea84994a0472deff6 # see https://docs.gitlab.com/ee/ci/yaml/#includefile include: - # Debian container builder template - project: 'freedesktop/ci-templates' ref: *template_sha - file: '/templates/debian.yml' - # ci-fairy template - - project: 'freedesktop/ci-templates' - ref: *template_sha - file: '/templates/ci-fairy.yml' + file: + - '/templates/debian.yml' + - '/templates/ci-fairy.yml' variables: FDO_UPSTREAM_REPO: wayland/wayland -- 2.7.4