From 3b85a4017ddc5865950b72d016a601a9c10ba5fd Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 4 Dec 2024 09:02:55 +1000 Subject: [PATCH] CI: update to latest ci-templates This allows for gitlab private emails in commit messages. Part-of: --- .gitlab-ci.yml | 2 +- .gitlab-ci/ci.template | 2 +- .pre-commit-config.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f3b8ade3..20643cc2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ # :@activity: # e.g. fedora:31@build-default -.templates_sha: &template_sha dd90ac0d7a03b574eb4f18d7358083f0c97825f3 +.templates_sha: &template_sha e195d80f35b45cc73668be3767b923fd76c70ed5 include: - project: 'freedesktop/ci-templates' diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 9bfc3538..607d36e4 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 dd90ac0d7a03b574eb4f18d7358083f0c97825f3 +.templates_sha: &template_sha e195d80f35b45cc73668be3767b923fd76c70ed5 include: - project: 'freedesktop/ci-templates' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54a4e627..1b7844c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: ruff-format args: ['--check', '--diff'] - repo: https://gitlab.freedesktop.org/freedesktop/ci-templates.git - rev: 7402203527f61d6473d55ad701172d1606508c52 + rev: e195d80f35b45cc73668be3767b923fd76c70ed5 hooks: - id: check-commits - id: generate-template -- 2.34.1