]> 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 <andoni@isc.org>
Thu, 19 Feb 2026 14:14:06 +0000 (14:14 +0000)
The update script clones a fresh copy each time, if more than one
invocation is needed intermediate copies need to be removed.

.gitlab-ci.yml

index cbbe7f78e265f1f42385f9c6615faa5b670915ef..35854bbc079ddad4b89160a3bb8764a4e6cee32b 100644 (file)
@@ -2050,6 +2050,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