]> git.ipfire.org Git - thirdparty/bind9.git/commit
Purge distros token in a separate CI job
authorMichał Kępień <michal@isc.org>
Thu, 9 Apr 2026 11:23:57 +0000 (13:23 +0200)
committerMichał Kępień (GitLab job 7171584) <michal@isc.org>
Thu, 9 Apr 2026 11:25:38 +0000 (11:25 +0000)
commit3b92df2b764c750eec7b7072ca72e9f1f3478313
tree5c3807ef254b145ec0a1409b45ccd8e6fc0015e1
parent08709d5f6624a3325720a1aed88e891d7644e114
Purge distros token in a separate CI job

The "publish" job runs on a dedicated, locked-down runner that lacks the
Python modules necessary to execute the manage_distros_token.py script.
Instead of deleting the token within the "publish" job, purge it in a
separate job that automatically runs on the "base" image after the
"publish" job succeeds.  Define "rules" for the new job so that the
token is only deleted for security releases, as it should have been
initially.

(cherry picked from commit 36411e7c84384168ab3c0e3d107be459326c1647)
.gitlab-ci.yml