Skip to content

Commit 569bf42

Browse files
committed
fixup! Rewrite RTD configuration to use build.jobs rather than build.commands
Missed these...
1 parent 1691254 commit 569bf42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ build:
3434
break;
3535
fi;
3636
done;
37-
if ! git -c "user.name=rtd" -c "user.email=no-reply@readthedocs.org" merge --no-stat --no-edit origin/$base_branch;
37+
if ! git -c "user.name=rtd" -c "user.email=no-reply@readthedocs.org" merge --no-stat --no-edit origin-$base_branch;
3838
then
3939
echo "Unsuccessful merge with '$base_branch' branch, skipping the build";
4040
exit 183;
4141
fi;
42-
if git diff --exit-code --stat origin/$base_branch -- Doc/ .readthedocs.yml;
42+
if git diff --exit-code --stat origin-$base_branch -- Doc/ .readthedocs.yml;
4343
then
4444
echo "No changes to Doc/ - skipping the build.";
4545
exit 183;

0 commit comments

Comments
 (0)