summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-01-25 16:36:48 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-01-27 09:16:46 +1000
commite9aba30a783a3db61562a3319a41d8de579ba0ef (patch)
treefeee157fe7410beb78d61964beaf40dad43a601c
parent7d309cc101114e39a5cb6c9a4fbfa3e15485090f (diff)
downloadlibinput-e9aba30a783a3db61562a3319a41d8de579ba0ef.tar.gz
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>
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--.gitlab-ci/ci.template2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 250509a7..2d31848f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template
index 120e46c2..640de801 100644
--- a/.gitlab-ci/ci.template
+++ b/.gitlab-ci/ci.template
@@ -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") %}