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:
Peter Hutterer 2020-04-16 15:43:42 +10:00
parent 78dcbec7a4
commit e48a316c02
2 changed files with 1 additions and 3 deletions

View file

@ -661,7 +661,6 @@ vm-valgrind-pointer:
MESON_TEST_ARGS: '--setup=valgrind'
.fedora-build@template:
extends:
- .fdo.distribution-image@fedora

View file

@ -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()) %}