]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
ci: Fix check-format
authorRay Strode <rstrode@redhat.com>
Tue, 29 Nov 2022 19:46:08 +0000 (14:46 -0500)
committerRay Strode <rstrode@redhat.com>
Tue, 29 Nov 2022 19:52:39 +0000 (14:52 -0500)
In commit bb6580212d45f9ab0a459a9335aec2ff20818a6e we tried to stop
running check-format on debian. We did this by moving the check-format
details to its own map and then adding a "<<" merge key to only pull
it in on Fedora.

The Fedora map already has a "<<" merge key however for doing the actual
build.

It's not allowed for their to be two, and gitlab's ci just ignores
the second one.

This commit combines the merge keys into one.

.gitlab-ci.yml

index 30fbb3b48d36d6806d3032f0255af0b25d43b186..4ba20ead36f6bd9824dac1d1fdfc88eb0e480ce1 100644 (file)
@@ -19,8 +19,7 @@ fedora-x86_64:
   before_script:
     - dnf install -y gcc gtk3-devel git libpng-devel gettext-devel libxslt docbook-style-xsl cairo-devel systemd-devel systemd-udev kernel-headers libdrm-devel pango-devel make ShellCheck uncrustify patchutils meson binutils-gold xkeyboard-config-devel libevdev-devel
     - alternatives --set ld /usr/bin/ld.gold
-  <<: *check-format
-  <<: *meson-build
+  <<: [ *check-format, *meson-build ]
   only:
     - merge_requests