]> git.ipfire.org Git - thirdparty/bind9.git/commit
Replace deprecated only/except with rules in .gitlab-ci.yml
authorNicki Křížek <nicki@isc.org>
Tue, 25 Feb 2025 16:48:05 +0000 (17:48 +0100)
committerNicki Křížek <nicki@isc.org>
Thu, 27 Feb 2025 13:55:30 +0000 (14:55 +0100)
commit2a207bc0b2d0209bd0644ee2f61b77885490549e
tree9480d6c7c76838efe2ece1d63429e670a3d5df50
parentf6349371f7b9b0c47f6b9380746931d1e7f763c3
Replace deprecated only/except with rules in .gitlab-ci.yml

The keyword rules allows more flexible and complex conditions when
deciding whether to create the job and also makes it possible run tweak
variables or job properties depending on arbitraty rules. Since it's
not possible to combine only/except and rules together, replace all
uses of only/except to avoid any potential future issues.

(cherry picked from commit 29fd7564083731373bd132ec65ffc0a9072f8efc)
.gitlab-ci.yml