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 ee2c73f commit 2575576Copy full SHA for 2575576
1 file changed
.readthedocs.yml
@@ -30,9 +30,11 @@ build:
30
if ! git merge-base HEAD origin/$base_branch;
31
then
32
git fetch --deepen=50 origin $base_branch;
33
+ else
34
+ break;
35
fi;
36
done;
- if ! git merge --no-edit origin/$base_branch;
37
+ if ! git -c "user.name=rtd" -c "user.email=no-reply@readthedocs.org" merge --no-edit origin/$base_branch;
38
39
echo "Unsuccessful merge with '$base_branch' branch, skipping the build";
40
exit 183;
0 commit comments