mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-31 05:20:08 +01:00
CI: fix a hardcoded fedora and replace it with the jinja var
This commit is contained in:
parent
97d66604fb
commit
eaed3883d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue