mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-22 18:17:05 -04:00
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.
This commit is contained in:
parent
878ae0acd4
commit
168b15cfd9
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue