gitlab-ci: update to latest ci-templates version

This commit is contained in:
Thomas Haller 2023-05-19 10:54:19 +02:00
parent fe95e07fef
commit d9df884fce
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
2 changed files with 8 additions and 8 deletions

View file

@ -13,7 +13,7 @@
########################################
.templates_sha: &template_sha ffe4d1b10aab7534489f0c4bbc4c5899df17d3f2 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
.templates_sha: &template_sha fb33e1b244ec2a0b8edf8ee5590a96369c3b4666 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
@ -56,11 +56,11 @@ variables:
#
# This is done by running `ci-fairy generate-template` and possibly bumping
# ".default_tag".
ALPINE_TAG: 'tag-372c77b49d01'
CENTOS_TAG: 'tag-2b4a70b0543f'
DEBIAN_TAG: 'tag-e7368fd611d6'
FEDORA_TAG: 'tag-2b4a70b0543f'
UBUNTU_TAG: 'tag-e7368fd611d6'
ALPINE_TAG: 'tag-a093d6371bfe'
CENTOS_TAG: 'tag-b353b5cc34d6'
DEBIAN_TAG: 'tag-2d5f18a2ec1a'
FEDORA_TAG: 'tag-b353b5cc34d6'
UBUNTU_TAG: 'tag-2d5f18a2ec1a'
ALPINE_EXEC: 'bash .gitlab-ci/alpine-install.sh'
CENTOS_EXEC: 'bash .gitlab-ci/fedora-install.sh'
@ -829,4 +829,4 @@ triage:issues:
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_PIPELINE_SOURCE == 'push'
- if: $CI_PIPELINE_SOURCE == 'push'

View file

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