From 41b16e6e4fe05734f40b676088af3c9301eb65a6 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 29 Mar 2023 14:05:39 +1000 Subject: [PATCH] CI: bump to latest ci-templates for a new ci-fairy This version includes the (possible) fix for our CI picking up the wrong range in the commit checks and failing the pipeline. Signed-off-by: Peter Hutterer --- .gitlab-ci.yml | 2 +- .gitlab-ci/ci.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b90d63aa..21d8da0d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ # :@activity: # e.g. fedora:31@build-default -.templates_sha: &template_sha 9f0eb526291fe74651fe1430cbd2397f4c0a819b +.templates_sha: &template_sha dd90ac0d7a03b574eb4f18d7358083f0c97825f3 include: - project: 'freedesktop/ci-templates' diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index e08bf19f..4288fee4 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -36,7 +36,7 @@ # :@activity: # e.g. fedora:31@build-default -.templates_sha: &template_sha 9f0eb526291fe74651fe1430cbd2397f4c0a819b +.templates_sha: &template_sha dd90ac0d7a03b574eb4f18d7358083f0c97825f3 include: - project: 'freedesktop/ci-templates' -- 2.34.1