]> 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:43 +0000 (11:25 +0000)
commitfe0eb473a6df590967c1ff4ad0c237dcfbf5469f
tree73d8754710196a9c57935e50528a6fb8622ebe3f
parent95afb0f5b575f690710ef72fca7ddccc8a95f22c
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