mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
circleci: Disable gitlint for now.
We get the following error (edited slightly):
Dec 19 06:13:27 commit_messages| An error occurred while executing
'/usr/bin/git rev-list --max-count=-1 upstream/master..HEAD':
fatal: ambiguous argument 'upstream/master..HEAD':
unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
We'll need to adjust the remotes to make `upstream` mean what we expect.
This commit is contained in:
@@ -6,7 +6,7 @@ echo "Test suite is running under $(python --version)."
|
||||
set -e
|
||||
set -x
|
||||
|
||||
./tools/lint --backend
|
||||
./tools/lint --backend ${CIRCLECI:+--no-gitlint}
|
||||
./tools/test-tools
|
||||
./tools/test-backend --coverage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user