mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 18:40:00 -04:00
new: ci: Add a tag pipeline CI job to update the stable tag after a release
Add a tag pipeline CI job to update the stable tag after a release. Merge branch 'andoni/add-ci-job-to-update-stable-tag-in-a-release' into 'main' See merge request isc-projects/bind9!11291
This commit is contained in:
commit
d00f69e450
1 changed files with 13 additions and 0 deletions
|
|
@ -1867,6 +1867,19 @@ merge-tag:
|
|||
- bind9/
|
||||
when: on_failure
|
||||
|
||||
update-stable-tag:
|
||||
<<: *manual_release_job_qa
|
||||
variables:
|
||||
GIT_DEPTH: 1
|
||||
script:
|
||||
- bind9-qa/releng/update_stable_tag.py --tag "$CI_COMMIT_TAG"
|
||||
rules:
|
||||
- *rule_tag_open_source
|
||||
artifacts:
|
||||
paths:
|
||||
- bind9/
|
||||
when: on_failure
|
||||
|
||||
.customer-git: &customer_git
|
||||
<<: *base_image
|
||||
stage: release
|
||||
|
|
|
|||
Loading…
Reference in a new issue