summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@gmail.com>2022-08-11 07:47:40 +0200
committerPeter Hutterer <peter.hutterer@who-t.net>2022-09-01 09:38:49 +1000
commit0d602e12a4b66d5b5f27d2a9fd9899d43cf128fe (patch)
tree8d500f3a98e0bd9c07c2a9916a703602693b9251
parentc8c825289f1b7575ee10b849c04f5caa60483a7e (diff)
downloadlibinput-0d602e12a4b66d5b5f27d2a9fd9899d43cf128fe.tar.gz
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 <benjamin.tissoires@gmail.com>
-rw-r--r--.gitlab-ci/ci.template2
1 files changed, 1 insertions, 1 deletions
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}}'