CI: update the imported templates_sha

Without this new version of templates_sha it fails to create Rawhide
containers.
This commit is contained in:
Íñigo Huguet 2024-08-22 12:12:27 +02:00
parent 61ba5469ab
commit 4a80410c74
2 changed files with 7 additions and 7 deletions

View file

@ -14,7 +14,7 @@
# see https://docs.gitlab.com/ee/ci/yaml/#includefile
.templates_sha: &template_sha 184ca628f89f3193c249b4e34e45afee2773a833
.templates_sha: &template_sha 98b1218f146a1ec96d65e3ce0041f9a6ec5cb5e6
@ -57,11 +57,11 @@ variables:
#
# This is done by running `ci-fairy generate-template` and possibly bumping
# ".default_tag".
ALPINE_TAG: 'tag-8ef4b6bcf34c'
CENTOS_TAG: 'tag-803911e968f4'
DEBIAN_TAG: 'tag-c0d03ebf03d6'
FEDORA_TAG: 'tag-803911e968f4'
UBUNTU_TAG: 'tag-c0d03ebf03d6'
ALPINE_TAG: 'tag-d8c61f882b9d'
CENTOS_TAG: 'tag-14c0de35a349'
DEBIAN_TAG: 'tag-538b968b666b'
FEDORA_TAG: 'tag-14c0de35a349'
UBUNTU_TAG: 'tag-538b968b666b'
ALPINE_EXEC: 'bash .gitlab-ci/alpine-install.sh'
CENTOS_EXEC: 'bash .gitlab-ci/fedora-install.sh'

View file

@ -16,7 +16,7 @@
# see https://docs.gitlab.com/ee/ci/yaml/#includefile
.templates_sha: &template_sha 184ca628f89f3193c249b4e34e45afee2773a833
.templates_sha: &template_sha 98b1218f146a1ec96d65e3ce0041f9a6ec5cb5e6
{# Group distros by their common (name,) tuples.#}
{% set distro_groups = [] %}