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 2e6bfe3 commit 7be9573Copy full SHA for 7be9573
ci/linkcheck.sh
@@ -5,10 +5,10 @@ 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 origin/master..HEAD | tr '\n' ' ')
+ CHANGED_FILES=$(git diff-tree --no-commit-id --name-only -r origin/master... | tr '\n' ' ')
9
FLAGS="-f $CHANGED_FILES"
10
11
- echo "Checking files changed in master..HEAD: $CHANGED_FILES"
+ echo "Checking files changed in origin/master...: $CHANGED_FILES"
12
fi
13
14
exec mdbook-linkcheck $FLAGS -- $TRAVIS_BUILD_DIR
0 commit comments