Lol logic is hard

Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
Who? Me?! 2020-10-08 16:08:25 -05:00 committed by Joshua Nelson
parent b2ba3d1c14
commit b10bdb58f4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if [ "$TRAVIS_EVENT_TYPE" = "cron" ] ; then # running in cron job
echo "Doing full link check." echo "Doing full link check."
elif [ "$CI" = "true" ] ; then # running in PR CI build elif [ "$CI" = "true" ] ; then # running in PR CI build
if [ -n "$TRAVIS_COMMIT_RANGE" ]; then if [ -z "$TRAVIS_COMMIT_RANGE" ]; then
echo "error: unexpected state: COMMIT_RANGE must be non-empty in CI" echo "error: unexpected state: COMMIT_RANGE must be non-empty in CI"
exit 1 exit 1
fi fi