diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89ca4415e8..f3528827c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1986,6 +1986,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