From: Andoni Duarte Pintado Date: Wed, 18 Feb 2026 11:35:45 +0000 (+0100) Subject: Fix CI stable branch update job bug X-Git-Tag: v9.21.19~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81b71d5aa6e3dfde3696eb360727bbdce2c947dc;p=thirdparty%2Fbind9.git Fix CI stable branch update job bug The update script clones a fresh copy each time, if more than one invocation is needed intermediate copies need to be removed. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cbbe7f78e26..35854bbc079 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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