CI: fix a hardcoded fedora and replace it with the jinja var

This commit is contained in:
Peter Hutterer 2023-12-14 10:27:42 +10:00
parent 97d66604fb
commit eaed3883d8

View file

@ -220,7 +220,7 @@ python-ruff:
{% set version = "{}".format(distro.versions|last()) %}
.{{distro.name}}-build@template:
extends:
- .fdo.distribution-image@fedora
- .fdo.distribution-image@{{distro.name}}
- .build@template
variables:
MESON_TEST_ARGS: '--no-suite=python'