From e5fad5ea0f8d4b97a0d7d9b6060e1bf9d1c1d8ee Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Wed, 13 Mar 2024 17:13:14 +0000 Subject: [PATCH] Fix: Add unshallow git to post-checkout operations Issue: RELENG-5212 Change-Id: Ib0d15e3c7842d956a4e3bb356be29290bf01d66f Signed-off-by: Matthew Watkins --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index a2bcab3..c31c1be 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -20,6 +20,9 @@ build: os: ubuntu-22.04 tools: python: "3.11" + jobs: + post_checkout: + - git fetch --unshallow || true python: install: