]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix triggering rules for the "publish-cleanup" job 11992/head
authorMichał Kępień <michal@isc.org>
Mon, 11 May 2026 08:07:38 +0000 (10:07 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 11 May 2026 08:07:38 +0000 (10:07 +0200)
commitbb40c3463831d5520faf3b9bec1703df2e836684
treec5bb51fbf0c215763d6f7560ad9a8309672c4cbf
parent9798712a5e0f2a70dcfaa3782a82c657a64a63cd
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.
.gitlab-ci.yml