From: Peter Hutterer Date: Tue, 3 Dec 2024 23:02:55 +0000 (+1000) Subject: CI: update to latest ci-templates X-Git-Tag: 1.27.1~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b85a4017ddc5865950b72d016a601a9c10ba5fd;p=platform%2Fupstream%2Flibinput.git CI: update to latest ci-templates This allows for gitlab private emails in commit messages. Part-of: --- 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