gitlab-ci: update used ci-templates version

It seems there is a problem building f35/f36 containers. Update
the ci-templates version.
This commit is contained in:
Thomas Haller 2021-09-22 09:11:10 +02:00
parent 82b72a7379
commit dc8c9d4bd2
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
2 changed files with 7 additions and 7 deletions

View file

@ -7,7 +7,7 @@
########################################
.templates_sha: &template_sha b18e53bf67b9ed493a006d83dbadd1ecc0daa61a # see https://docs.gitlab.com/ee/ci/yaml/#includefile
.templates_sha: &template_sha 14731f78c23c7b523a85a26a068ade9ac1ecd2f3 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
include:
# Alpine container builder template
@ -47,11 +47,11 @@ variables:
#
# This is done by running `ci-fairy generate-template` and possibly bump
# ".default_tag".
FEDORA_TAG: '2021-08-30.0-34fd7cff642b'
UBUNTU_TAG: '2021-08-30.0-391abd1a04e8'
DEBIAN_TAG: '2021-08-30.0-391abd1a04e8'
CENTOS_TAG: '2021-08-30.0-34fd7cff642b'
ALPINE_TAG: '2021-08-30.0-2ea2ced952a4'
FEDORA_TAG: '2021-08-30.0-15503e4652cd'
UBUNTU_TAG: '2021-08-30.0-b6e85e3de80a'
DEBIAN_TAG: '2021-08-30.0-b6e85e3de80a'
CENTOS_TAG: '2021-08-30.0-15503e4652cd'
ALPINE_TAG: '2021-08-30.0-8bd67c08dbfb'
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'
UBUNTU_EXEC: 'bash .gitlab-ci/debian-install.sh'

View file

@ -9,7 +9,7 @@
########################################
.templates_sha: &template_sha b18e53bf67b9ed493a006d83dbadd1ecc0daa61a # see https://docs.gitlab.com/ee/ci/yaml/#includefile
.templates_sha: &template_sha 14731f78c23c7b523a85a26a068ade9ac1ecd2f3 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
include:
{% for distro in distributions|sort(attribute="name") %}