summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2023-01-04 15:19:51 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2023-01-04 15:20:33 +1000
commit136efe0399c2072b161ac923c2a8021f6bf1bd89 (patch)
treecb4cd28da9c8f9f330ee1b645f1f410660c11488
parentf45bc03d9f7b0b8d34ad96e5ea3602d59b02cd1a (diff)
downloadlibevdev-136efe0399c2072b161ac923c2a8021f6bf1bd89.tar.gz
gitlab CI: bump to a newer version of the templates
Required by the debian sid containers, otherwise we fail because of a missing /etc/apt/sources.list file. 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 735c8fa..84a0f92 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@
# #
########################################
-.templates_sha: &template_sha 0c312d9c7255f46e741d43bcd1930f09cd12efe7 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
+.templates_sha: &template_sha c1e465762df9d4208a03ed4df6cae15006579838 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
include:
- project: 'freedesktop/ci-templates'
diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template
index 942831a..7444106 100644
--- a/.gitlab-ci/ci.template
+++ b/.gitlab-ci/ci.template
@@ -6,7 +6,7 @@
# #
########################################
-.templates_sha: &template_sha 0c312d9c7255f46e741d43bcd1930f09cd12efe7 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
+.templates_sha: &template_sha c1e465762df9d4208a03ed4df6cae15006579838 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
include:
- project: 'freedesktop/ci-templates'