]> git.ipfire.org Git - thirdparty/plymouth.git/commit
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)
commit9bce1df280733533e9d7d774d56e6cfbc35c8a0a
tree4c14d60e35f216b0bfca695c87c5c92b72cd66ef
parent970ba688f4278d9d723a968cababe02f4976aca2
ci: Fix check-format

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