From: Peter Hutterer Date: Wed, 29 Mar 2023 04:05:39 +0000 (+1000) Subject: CI: bump to latest ci-templates for a new ci-fairy X-Git-Tag: 1.24.0~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=41b16e6e4fe05734f40b676088af3c9301eb65a6;p=platform%2Fupstream%2Flibinput.git 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 --- 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'