From eaed3883d8ea7b6f474e9e605921131a7e17f45e Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 14 Dec 2023 10:27:42 +1000 Subject: [PATCH] CI: fix a hardcoded fedora and replace it with the jinja var --- .gitlab-ci/ci.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index f4a9b4e..9c5b48b 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -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'