Skip to content

Commit 405895e

Browse files
committed
fixup! [3.14] Rewrite RTD configuration to use build.jobs rather than build.commands (GH-149429)
no --set-upstream, add explicit origin/?
1 parent 9981d11 commit 405895e

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 --set-upstream --depth=50 origin $base_branch;
27+
git fetch --depth=50 origin $base_branch: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)