Skip to content

Commit 28a5c35

Browse files
mark-i-mJoshua Nelson
and
Joshua Nelson
committed
Lol logic is hard
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
1 parent d3134dd commit 28a5c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ci/linkcheck.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [ "$TRAVIS_EVENT_TYPE" = "cron" ] ; then # running in cron job
99

1010
echo "Doing full link check."
1111
elif [ "$CI" = "true" ] ; then # running in PR CI build
12-
if [ -n "$TRAVIS_COMMIT_RANGE" ]; then
12+
if [ -z "$TRAVIS_COMMIT_RANGE" ]; then
1313
echo "error: unexpected state: COMMIT_RANGE must be non-empty in CI"
1414
exit 1
1515
fi

0 commit comments

Comments
 (0)