From baef6377473b7fa9af33b2784b1d62a1d38598f5 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 14 Jun 2024 15:37:50 +1000 Subject: [PATCH] CI: include ci-templates only once No functional change here. Part-of: --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd055e284..fefe1a420 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,10 +25,9 @@ variables: include: - project: 'freedesktop/ci-templates' ref: *template_sha - file: '/templates/debian.yml' - - project: 'freedesktop/ci-templates' - ref: *template_sha - file: '/templates/ci-fairy.yml' + file: + - '/templates/debian.yml' + - '/templates/ci-fairy.yml' - template: Security/SAST.gitlab-ci.yml stages: