]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] new: ci: Allow pushing branches and tags to customer git repos
authorNicki Křížek <nicki@isc.org>
Wed, 2 Apr 2025 11:13:06 +0000 (11:13 +0000)
committerNicki Křížek <nicki@isc.org>
Wed, 2 Apr 2025 11:13:06 +0000 (11:13 +0000)
commitf35e804fbb8314f2f955376647c58ae38fe27941
tree0da72ea203231432abe744aea119fdf7dd68c197
parent0e7419670ee38a843d8ae017483643107f64b104
parent91115e1ba767635225a831d699cfbef941593946
[9.18] 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.18' into 'bind-9.18'

See merge request isc-projects/bind9!10357