From e9aba30a783a3db61562a3319a41d8de579ba0ef Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 25 Jan 2022 16:36:48 +1000 Subject: [PATCH] gitlab CI: update to latest CI templates This include ci-templates commit 0c312d9c7255f which hopefully fixes our current headaches with the one non-signed-off commit that somehow managed to find its way into the repo. 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 250509a..2d31848 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ # :@activity: # e.g. fedora:31@build-default -.templates_sha: &template_sha 007f3e2fe2235328e77d3cd4ce007ab41cd9ce6c +.templates_sha: &template_sha 0c312d9c7255f46e741d43bcd1930f09cd12efe7 include: # Alpine container builder template diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 120e46c..640de80 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 007f3e2fe2235328e77d3cd4ce007ab41cd9ce6c +.templates_sha: &template_sha 0c312d9c7255f46e741d43bcd1930f09cd12efe7 include: {% for distro in distributions|sort(attribute="name") %} -- 2.7.4