Skip to content

Commit

Permalink
Fix: Add unshallow git to post-checkout operations
Browse files Browse the repository at this point in the history
Issue: RELENG-5212
Change-Id: Ib0d15e3c7842d956a4e3bb356be29290bf01d66f
Signed-off-by: Matthew Watkins <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions committed Mar 13, 2024
1 parent 4d312c0 commit e5fad5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
post_checkout:
- git fetch --unshallow || true

python:
install:
Expand Down

0 comments on commit e5fad5e

Please sign in to comment.