From 0d602e12a4b66d5b5f27d2a9fd9899d43cf128fe Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Thu, 11 Aug 2022 07:47:40 +0200 Subject: [PATCH] CI: remove one occurrence of fedora instead of distro.name For .{{distro.name}}-build@template, everything is parametrized with the distro name, so having plain 'fedora' might bite us in the future. Signed-off-by: Benjamin Tissoires --- .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 80387671..9681dced 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -411,7 +411,7 @@ vm-valgrind-{{suite.name}}: {% set version = "{}".format(distro.versions|last()) %} .{{distro.name}}-build@template: extends: - - .fdo.distribution-image@fedora + - .fdo.distribution-image@{{distro.name}} - .build@template variables: FDO_DISTRIBUTION_VERSION: '{{version}}'