]> git.ipfire.org Git - thirdparty/plymouth.git/commit
.gitlab-ci: Check for shell errors in CI
authorRay Strode <rstrode@redhat.com>
Fri, 1 Apr 2022 16:09:45 +0000 (12:09 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 1 Apr 2022 16:11:00 +0000 (12:11 -0400)
commita586e59834d68a9e9dd70f6bea460ae086bc5c08
tree3b9efde387c3822327047fe8dbb40502af8e3738
parentfb2721bd82bd7bb7c80ab6e8d011a0d870921c18
.gitlab-ci: Check for shell errors in CI

Recently a shell error snuck into CI and I didn't notice it because
it was in the tail end of a short-circuited conditional.

This commit adds a little shell validation to CI to avoid that
sort of thing in the future.
.gitlab-ci.yml