File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
# If there are no changes (exit 0) we force the command to return with 183.
26
26
# This is a special exit code on Read the Docs that will cancel the build immediately.
27
27
- |
28
- if [ $READTHEDOCS_VERSION_TYPE = "external" ];
28
+ if [ " $READTHEDOCS_VERSION_TYPE" = "external" ];
29
29
then
30
30
! git diff --quiet origin/main -- docs/ && exit 183;
31
31
fi
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ Here is an example that cancels builds from pull requests when there are no chan
146
146
# If there are no changes (exit 0) we force the command to return with 183.
147
147
# This is a special exit code on Read the Docs that will cancel the build immediately.
148
148
- |
149
- if [ $READTHEDOCS_VERSION_TYPE = "external" ];
149
+ if [ " $READTHEDOCS_VERSION_TYPE" = "external" ];
150
150
then
151
151
! git diff --quiet origin/main -- docs/ && exit 183;
152
152
fi
You can’t perform that action at this time.
0 commit comments