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 82294ad commit 2e6bfe3Copy full SHA for 2e6bfe3
ci/linkcheck.sh
@@ -5,7 +5,7 @@ if [ "$TRAVIS_EVENT_TYPE" = "cron" ] ; then
5
6
echo "Doing full link check."
7
else
8
- CHANGED_FILES=$(git diff-tree --no-commit-id --name-only -r master..HEAD | tr '\n' ' ')
+ CHANGED_FILES=$(git diff-tree --no-commit-id --name-only -r origin/master..HEAD | tr '\n' ' ')
9
FLAGS="-f $CHANGED_FILES"
10
11
echo "Checking files changed in master..HEAD: $CHANGED_FILES"
0 commit comments