Skip to content

Commit

Permalink
ci: fix gitlint config
Browse files Browse the repository at this point in the history
  • Loading branch information
fenngwd committed Jun 24, 2022
1 parent d118ef1 commit 3ac543c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
- pip list
- pip install -r test-requirements.txt -U
script:
- echo $(git log -1 --pretty=%B) > latest_commit_msg; pre-commit run --hook-stage commit-msg commitlint --commit-msg-filename latest_commit_msg; rm -rf latest_commit_msg
- gitlint --commits "8d1d969b..HEAD"
- flake8 sea --exclude=*_pb2.py
- pytest tests/test_contrib/test_extensions/test_celery.py::test_celery_no_app --cov-fail-under=10
- pytest tests
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ coverage>=4.0,<6.4
prometheus_client
versioneer
pre-commit
gitlint

0 comments on commit 3ac543c

Please sign in to comment.