From: Matthew Watkins Date: Wed, 13 Mar 2024 17:09:03 +0000 (+0000) Subject: Fix: Add unshallow git to post-checkout operations X-Git-Tag: v0.16.5~3 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=1dc5753ccc6a1e17e12eb73c9b572bb0fdcea305;p=releng%2Fcommon-packer.git Fix: Add unshallow git to post-checkout operations Issue: RELENG-5212 Change-Id: Ib44b91c636a26069162be963e533c645dfbd8c48 Signed-off-by: Matthew Watkins --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 136a922..b324abf 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,6 +9,9 @@ build: os: ubuntu-22.04 tools: python: "3.10" + jobs: + post_checkout: + - git fetch --unshallow || true # Build documentation in the "docs/" directory with Sphinx sphinx: