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 <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2022-01-25 16:36:48 +10:00
parent 7d309cc101
commit e9aba30a78
2 changed files with 2 additions and 2 deletions

View 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

View 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") %}