mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 01:29:51 +02:00
gitlab ci: fix a templating whitespace issue
For some reason I'm too tired to investigate, the whitespace in the CI is different than the locally generated one. Alpine must've updated something, I guess. Quickfix it by adjusting the whitespace so it's correct again. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
78dcbec7a4
commit
e48a316c02
2 changed files with 1 additions and 3 deletions
|
|
@ -661,7 +661,6 @@ vm-valgrind-pointer:
|
|||
MESON_TEST_ARGS: '--setup=valgrind'
|
||||
|
||||
|
||||
|
||||
.fedora-build@template:
|
||||
extends:
|
||||
- .fdo.distribution-image@fedora
|
||||
|
|
|
|||
|
|
@ -451,8 +451,7 @@ vm-valgrind-{{suite.name}}:
|
|||
MESON_TEST_ARGS: '--setup=valgrind'
|
||||
|
||||
{% endfor %}
|
||||
|
||||
{% endfor %} {# for if distro.want_qemu #}
|
||||
{% endfor %}{# for if distro.want_qemu #}
|
||||
|
||||
{% for distro in distributions if distro.use_for_custom_build_tests %}
|
||||
{% set version = "{}".format(distro.versions|last()) %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue