]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix CI stable branch update job bug
authorAndoni Duarte Pintado <andoni@isc.org>
Wed, 18 Feb 2026 11:35:45 +0000 (12:35 +0100)
committerAndoni Duarte (GitLab job 6892950) <andoni@isc.org>
Thu, 19 Feb 2026 19:56:50 +0000 (19:56 +0000)
The update script clones a fresh copy each time, if more than one
invocation is needed intermediate copies need to be removed.

(cherry picked from commit 81b71d5aa6e3dfde3696eb360727bbdce2c947dc)

.gitlab-ci.yml

index 1ca2b57c729d59d8f312ea4788ec09108a2ad4ad..572c49865946db7429e00ece1387d4059d058996 100644 (file)
@@ -2130,6 +2130,7 @@ update-stable-tag:
     - bind9-qa/releng/update_stable_tag.py --tag "$CI_COMMIT_TAG"
     # Work around https://github.com/readthedocs/readthedocs.org/issues/10838
     - sleep 300
+    - rm -rf ./bind9  # remove already cloned project
     - bind9-qa/releng/update_stable_tag.py --tag "$CI_COMMIT_TAG"
   rules:
     - *rule_tag_open_source