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 a2bdb3b commit 2c0c1e3Copy full SHA for 2c0c1e3
1 file changed
.readthedocs.yml
@@ -20,11 +20,12 @@ build:
20
# directory or RTD configuration, or if we can't cleanly merge the base
21
# branch.
22
- |
23
+ set -e;
24
if [ "$READTHEDOCS_VERSION_TYPE" = "external" ];
25
then
26
base_branch=main;
27
git fetch --depth=1 origin $base_branch;
- if !git merge --no-edit origin/$base_branch;
28
+ if ! git merge --no-edit origin/$base_branch;
29
30
echo "Unsuccessful merge with '$base_branch' branch, skipping the build";
31
exit 183;
0 commit comments