]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix triggering rules for the "publish-cleanup" job
authorMichał Kępień <michal@isc.org>
Mon, 11 May 2026 08:07:38 +0000 (10:07 +0200)
committerMichał Kępień (GitLab job 7350680) <michal@isc.org>
Mon, 11 May 2026 08:09:40 +0000 (08:09 +0000)
commit3e508bbbf57b1f1412ede2b800e9edba6d57c6bd
tree52ce880d5823aa305d8291db01f8b0d31acac6b4
parenta8a2a15f44a377f0f2731901702e4ea81e31f3ca
Fix triggering rules for the "publish-cleanup" job

The "publish-cleanup" tag pipeline job is currently created for all
security releases, including BIND -S releases, but it depends on the
"publish" job, which is only created for open source releases.  This
breaks CI configuration for BIND -S tags, preventing pipelines from
getting created for such tags altogether.  Fix by only creating the
"publish-cleanup" job in tag pipelines for open source security
releases.

(cherry picked from commit bb40c3463831d5520faf3b9bec1703df2e836684)
.gitlab-ci.yml