]> git.ipfire.org Git - thirdparty/bind9.git/commit
Delete early access token when code is published
authorPetr Špaček <pspacek@isc.org>
Tue, 10 Mar 2026 17:04:51 +0000 (18:04 +0100)
committerPetr Špaček <pspacek@isc.org>
Thu, 12 Mar 2026 12:43:31 +0000 (13:43 +0100)
commit98cbde5233c788936f8aeb6231c65db74d9f7fbc
treeccba8ab6c8d4086d5a8ee8b933e78ccc6c162297
parent9f323ad040095717d9d6708a66cd6ae745aca741
Delete early access token when code is published

Technically this is not necessary because the token expires in one week
after creation, and new code would have got there only one week before
the next public release, but better be safe than sorry.

Catch is, after_script gets executed even if a job fails or is
canceled. Delete distros token only if publication succeeded.
.gitlab-ci.yml