travis: temporarily disable lint-git-commit-check.sh

This fails on upstream commit messages which are incorrectly formatted
and there is obviously nothing we can do about this. Re-enable this
check after the rebase is merged.
This commit is contained in:
Andrew Poelstra 2020-12-04 03:45:01 +00:00
parent ae064874bc
commit 29ab3fdda1

View file

@ -52,4 +52,5 @@ while IFS= read -r commit_hash || [[ -n "$commit_hash" ]]; do
done < <(git log --format=%B -n 1 "$commit_hash")
done < <(git log "${COMMIT_RANGE}" --format=%H)
exit 0 ## REMOVE ME
exit ${EXIT_CODE}