]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: ci: Allow pushing branches and tags to customer git repos
authorNicki Křížek <nicki@isc.org>
Wed, 2 Apr 2025 11:03:30 +0000 (11:03 +0000)
committerNicki Křížek <nicki@isc.org>
Wed, 2 Apr 2025 11:03:30 +0000 (11:03 +0000)
commit6c943c92d9fc221a965faca74fded6e92baae5f0
treea4421a952126d347a8485545cc5ae4e50aff4152
parentabdecafd6ee0eb23649d16e1384844ca0fc083f7
parent378b412e94a40ee74ab5c9edfb3a2059612a59ff
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.

Merge branch 'nicki/ci-customer-git-automation' into 'main'

See merge request isc-projects/bind9!10323