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 dd3d721 commit 58ba2b8Copy full SHA for 58ba2b8
continuous_integration/circle/check_build_doc.py
@@ -49,7 +49,7 @@ def exit(msg="", skip=False):
49
# Hardcode the assumption that this is a PR to origin/master of this repo
50
# as apparently there is way to reliably get the target of a PR with circle
51
# ci
52
-git_range = "origin/master..%s" % commit
+git_range = "origin/master...%s" % commit
53
try:
54
check_output("git fetch origin master".split())
55
filenames = check_output("git diff --name-only".split() + [git_range])
0 commit comments