gitlab CI: update to latest CI templates
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 25 Jan 2022 06:36:48 +0000 (16:36 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 26 Jan 2022 23:16:46 +0000 (09:16 +1000)
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 <peter.hutterer@who-t.net>
.gitlab-ci.yml
.gitlab-ci/ci.template

index 250509a..2d31848 100644 (file)
@@ -34,7 +34,7 @@
 # <distribution>:<version>@activity:
 #  e.g. fedora:31@build-default
 
-.templates_sha: &template_sha 007f3e2fe2235328e77d3cd4ce007ab41cd9ce6c
+.templates_sha: &template_sha 0c312d9c7255f46e741d43bcd1930f09cd12efe7
 
 include:
   # Alpine container builder template
index 120e46c..640de80 100644 (file)
@@ -36,7 +36,7 @@
 # <distribution>:<version>@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") %}