summaryrefslogtreecommitdiff
path: root/.gitlab-ci/ci.template
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-02-02 08:30:11 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-02-02 00:29:35 +0000
commit7c43e869441907103ef1f48580638fb0824c098e (patch)
tree5c12455a92892f782137493791d4c6c4a4f6950d /.gitlab-ci/ci.template
parent066d9caf551b4d4662a776e3e3702918b0b8f3a7 (diff)
downloadlibevdev-7c43e869441907103ef1f48580638fb0824c098e.tar.gz
gitlab CI: update to current distribution versions, drop Centos
No big point building for Centos 7 anywmore, and Centos 8 is now Centos Stream only which needs fixing in the CI templates first. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitlab-ci/ci.template')
-rw-r--r--.gitlab-ci/ci.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template
index 9605ac9..fa0a91c 100644
--- a/.gitlab-ci/ci.template
+++ b/.gitlab-ci/ci.template
@@ -6,7 +6,7 @@
# #
########################################
-.templates_sha: &template_sha bbe5232986c9b98eb1efe62484e07216f7d1a4df # see https://docs.gitlab.com/ee/ci/yaml/#includefile
+.templates_sha: &template_sha 0c312d9c7255f46e741d43bcd1930f09cd12efe7 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
include:
{% for distribution in distributions|map(attribute='name')|unique()|sort() %}