We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a5c35 commit 647d562Copy full SHA for 647d562
ci/linkcheck.sh
@@ -10,7 +10,7 @@ if [ "$TRAVIS_EVENT_TYPE" = "cron" ] ; then # running in cron job
10
echo "Doing full link check."
11
elif [ "$CI" = "true" ] ; then # running in PR CI build
12
if [ -z "$TRAVIS_COMMIT_RANGE" ]; then
13
- echo "error: unexpected state: COMMIT_RANGE must be non-empty in CI"
+ echo "error: unexpected state: TRAVIS_COMMIT_RANGE must be non-empty in CI"
14
exit 1
15
fi
16
0 commit comments