]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] new: ci: Allow pushing branches and tags to customer git repos
authorNicki Křížek <nicki@isc.org>
Wed, 2 Apr 2025 11:12:56 +0000 (11:12 +0000)
committerNicki Křížek <nicki@isc.org>
Wed, 2 Apr 2025 11:12:56 +0000 (11:12 +0000)
commit1cc628362b0465f4fc32a8ed80b3945a3735d2ce
tree48d62b97a20e16f0cefd33a8955249b4edc75ce6
parentf6ed3b1ce4b9b8236e5d4457b0f367ddfcb4ea47
parent5bbc38aa3088653efabf7ee8133547e8a0e9ec19
[9.20] new: ci: Allow pushing branches and tags to customer git repos

For pipelines in the private repository, add an optional manual job,
which allows the current branch to be pushed into the specified
customer's git repository. This can be useful to provide patch previews
for early testing.

For tags created in a private repository, add a manual job which pushes
the created tag to all entitled customers.

Backport of MR !10323

Merge branch 'backport-nicki/ci-customer-git-automation-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10356