gitlab-ci: fix regenerating .gitlab-ci.yml

Fixes: 414d2c1d4b ('contrib,gitlab-ci: fix "contrib/fedora/REQUIRED_PACKAGES" to install "vala"')
This commit is contained in:
Thomas Haller 2021-08-30 16:44:56 +02:00
parent 414d2c1d4b
commit 5ad119391a
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -47,10 +47,10 @@ variables:
#
# This is done by running `ci-fairy generate-template` and possibly bump
# ".default_tag".
FEDORA_TAG: '2021-08-30.0-80919975b0b1'
FEDORA_TAG: '2021-08-30.0-0c3a9d498488'
UBUNTU_TAG: '2021-08-30.0-6c770997f83b'
DEBIAN_TAG: '2021-08-30.0-6c770997f83b'
CENTOS_TAG: '2021-08-30.0-80919975b0b1'
CENTOS_TAG: '2021-08-30.0-0c3a9d498488'
ALPINE_TAG: '2021-08-30.0-85f7bea6144e'
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'