We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40631ea commit cd23955Copy full SHA for cd23955
1 file changed
.readthedocs.yml
@@ -34,7 +34,7 @@ build:
34
break;
35
fi;
36
done;
37
- if ! git -c "user.name=rtd" -c "user.email=no-reply@readthedocs.org" merge --no-edit origin/$base_branch;
+ if ! git -c "user.name=rtd" -c "user.email=no-reply@readthedocs.org" merge --no-stat --no-edit origin/$base_branch;
38
then
39
echo "Unsuccessful merge with '$base_branch' branch, skipping the build";
40
exit 183;
0 commit comments