gitlab ci: fix a templating whitespace issue
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 16 Apr 2020 05:43:42 +0000 (15:43 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 16 Apr 2020 05:45:05 +0000 (15:45 +1000)
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>
.gitlab-ci.yml
.gitlab-ci/ci.template

index 472f557..278af6b 100644 (file)
@@ -661,7 +661,6 @@ vm-valgrind-pointer:
     MESON_TEST_ARGS: '--setup=valgrind'
 
 
-
 .fedora-build@template:
   extends:
     - .fdo.distribution-image@fedora
index 047b19f..f103d52 100644 (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()) %}