ci: Update ci-templates to a version that support Alpine versions
ci-templates only supported alpine:latest, but support for any other version has been introduced. Use it so our Alpine pipelines stop failing.
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# see https://docs.gitlab.com/ee/ci/yaml/#includefile
|
# see https://docs.gitlab.com/ee/ci/yaml/#includefile
|
||||||
.templates_sha: &template_sha 98b1218f146a1ec96d65e3ce0041f9a6ec5cb5e6
|
.templates_sha: &template_sha 593a0a5fe35a523a646a7efae5471c9759b8fba3
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -60,11 +60,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-b7175d703ab5'
|
ALPINE_TAG: 'tag-4b249f1fd7fc'
|
||||||
CENTOS_TAG: 'tag-60c52d9ef928'
|
CENTOS_TAG: 'tag-58487201dcba'
|
||||||
DEBIAN_TAG: 'tag-5b0be38a2514'
|
DEBIAN_TAG: 'tag-288e1002f3ac'
|
||||||
FEDORA_TAG: 'tag-60c52d9ef928'
|
FEDORA_TAG: 'tag-58487201dcba'
|
||||||
UBUNTU_TAG: 'tag-5b0be38a2514'
|
UBUNTU_TAG: 'tag-288e1002f3ac'
|
||||||
|
|
||||||
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'
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# see https://docs.gitlab.com/ee/ci/yaml/#includefile
|
# see https://docs.gitlab.com/ee/ci/yaml/#includefile
|
||||||
.templates_sha: &template_sha 98b1218f146a1ec96d65e3ce0041f9a6ec5cb5e6
|
.templates_sha: &template_sha 593a0a5fe35a523a646a7efae5471c9759b8fba3
|
||||||
|
|
||||||
{# 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