Skip to content

Commit

Permalink
make sure it is origin/master
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-i-m committed Oct 5, 2020
1 parent 82294ad commit 2e6bfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/linkcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ "$TRAVIS_EVENT_TYPE" = "cron" ] ; then

echo "Doing full link check."
else
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' ' ')
FLAGS="-f $CHANGED_FILES"

echo "Checking files changed in master..HEAD: $CHANGED_FILES"
Expand Down

0 comments on commit 2e6bfe3

Please sign in to comment.