gitlab-ci: update to latest ci-templates version
This commit is contained in:
@@ -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
|
# This is done by running `ci-fairy generate-template` and possibly bumping
|
||||||
# ".default_tag".
|
# ".default_tag".
|
||||||
ALPINE_TAG: 'tag-372c77b49d01'
|
ALPINE_TAG: 'tag-a093d6371bfe'
|
||||||
CENTOS_TAG: 'tag-2b4a70b0543f'
|
CENTOS_TAG: 'tag-b353b5cc34d6'
|
||||||
DEBIAN_TAG: 'tag-e7368fd611d6'
|
DEBIAN_TAG: 'tag-2d5f18a2ec1a'
|
||||||
FEDORA_TAG: 'tag-2b4a70b0543f'
|
FEDORA_TAG: 'tag-b353b5cc34d6'
|
||||||
UBUNTU_TAG: 'tag-e7368fd611d6'
|
UBUNTU_TAG: 'tag-2d5f18a2ec1a'
|
||||||
|
|
||||||
ALPINE_EXEC: 'bash .gitlab-ci/alpine-install.sh'
|
ALPINE_EXEC: 'bash .gitlab-ci/alpine-install.sh'
|
||||||
CENTOS_EXEC: 'bash .gitlab-ci/fedora-install.sh'
|
CENTOS_EXEC: 'bash .gitlab-ci/fedora-install.sh'
|
||||||
@@ -829,4 +829,4 @@ triage:issues:
|
|||||||
workflow:
|
workflow:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||||
- if: $CI_PIPELINE_SOURCE == 'push'
|
- if: $CI_PIPELINE_SOURCE == 'push'
|
||||||
|
@@ -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.#}
|
{# Group distros by their common (name,) tuples.#}
|
||||||
{% set distro_groups = [] %}
|
{% set distro_groups = [] %}
|
||||||
|
Reference in New Issue
Block a user