From: Andoni Duarte Pintado Date: Thu, 22 Jan 2026 12:25:18 +0000 (+0100) Subject: Fix Read the Docs stable branch update bug X-Git-Tag: v9.21.18~17^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=168b15cfd9c8d9a8562e596f78bb971e84c686f4;p=thirdparty%2Fbind9.git Fix Read the Docs stable branch update bug Read the Docs fails to pick the latest version of the stable tag when updated, i.e. a build is triggered but it takes the previous version. This commit triggers a second build after 5 minutes to ensure that the correct tag version is used for the documentation. This is a known bug in RtD: https://github.com/readthedocs/readthedocs.org/issues/10838. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 594da0ef4f5..ac19283be0d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1966,6 +1966,9 @@ update-stable-tag: GIT_DEPTH: 1 script: - bind9-qa/releng/update_stable_tag.py --tag "$CI_COMMIT_TAG" + # Work around https://github.com/readthedocs/readthedocs.org/issues/10838 + - sleep 300 + - bind9-qa/releng/update_stable_tag.py --tag "$CI_COMMIT_TAG" rules: - *rule_tag_open_source artifacts: