Skip to content

Commit 9981d11

Browse files
committed
fixup! [3.14] Rewrite RTD configuration to use build.jobs rather than build.commands (GH-149429)
--set-upstream on initial fetch
1 parent e45bad4 commit 9981d11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build:
2424
if [ "$READTHEDOCS_VERSION_TYPE" = "external" ];
2525
then
2626
base_branch=3.14;
27-
git fetch --depth=50 origin $base_branch;
27+
git fetch --set-upstream --depth=50 origin $base_branch;
2828
for attempt in $(seq 10);
2929
do
3030
if ! git merge-base HEAD origin/$base_branch;

0 commit comments

Comments
 (0)