Skip to content

Commit

Permalink
remove unneeded line
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-i-m committed Oct 7, 2020
1 parent 2ce3e0f commit c108ac7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/linkcheck.sh
Expand Up @@ -5,7 +5,6 @@ if [ "$TRAVIS_EVENT_TYPE" = "cron" ] ; then # running in cron job

echo "Doing full link check."
elif [ "$CI" = "true" ] ; then # running in PR CI build
COMMIT_RANGE=$(echo $TRAVIS_COMMIT_RANGE | sed 's/\.\.\./../g')
CHANGED_FILES=$(git diff --name-only $TRAVIS_COMMIT_RANGE | tr '\n' ' ')
FLAGS="-f $CHANGED_FILES"

Expand Down

0 comments on commit c108ac7

Please sign in to comment.