]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
readthedocs: Fetch all branches
authorStephen Finucane <stephen@that.guru>
Wed, 4 Oct 2023 08:54:12 +0000 (09:54 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 4 Oct 2023 08:54:12 +0000 (09:54 +0100)
Third time lucky. As this is configured, we were only fetching the main
branch. Correct this.

Signed-off-by: Stephen Finucane <stephen@that.guru>
.readthedocs.yaml

index 736a39b2e673604b081769b00789a9a086a89d5f..ed3d202bde0cb9deff2cdcede3e64076acb620f2 100644 (file)
@@ -10,4 +10,5 @@ build:
   jobs:
     post_checkout:
       - git fetch --unshallow
+      - git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*'
       - git fetch --all --tags