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 3b1541b commit cd4806aCopy full SHA for cd4806a
build_tools/travis/flake8_diff.sh
@@ -58,6 +58,8 @@ if [[ "$TRAVIS" == "true" ]]; then
58
COMMIT_RANGE=$TRAVIS_COMMIT_RANGE
59
fi
60
else
61
+ # We need to unshallow here too ...
62
+ git fetch --unshallow || echo "Unshallowing the git checkout failed"
63
# We want to fetch the code as it is in the PR branch and not
64
# the result of the merge into master. This way line numbers
65
# reported by Travis will match with the local code.
0 commit comments