]> 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:26:38 +0000 (14:26 +0100)
commit29fd7564083731373bd132ec65ffc0a9072f8efc
treed608c76184eab02fe3b5f6b48ad4b76b09514112
parent4214c1e8a71d857fc8d602dc577260934c6342f5
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.
.gitlab-ci.yml