]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.16] new: ci: Allow pushing branches and tags to customer git repos
authorNicki Křížek <nicki@isc.org>
Wed, 2 Apr 2025 11:13:28 +0000 (11:13 +0000)
committerNicki Křížek <nicki@isc.org>
Wed, 2 Apr 2025 11:13:28 +0000 (11:13 +0000)
commitf34be9f549841b119b217f7c782ca7ffd4ee34a3
tree11628da589b03e278e93503ad0913643fcd94aba
parent28d169f47b971be9871fc89162787cbcbb9ee6db
parent3aed419aaa25bc66a56c6e9f6ee53496c9fff46e
[9.16] 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.16' into 'bind-9.16'

See merge request isc-projects/bind9!10358