ci: disable check-commits

Otherwise the CI sanity check fails if the commit title exceed
80 characters

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7852>
This commit is contained in:
Samuel Pitoiset 2020-12-01 14:27:42 +01:00
parent 37226269d3
commit 4c58c68ea6
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ sanity:
when: manual
# Other cases default to never
script:
- ci-fairy check-commits --junit-xml=check-commits.xml
# ci-fairy check-commits --junit-xml=check-commits.xml
# ci-fairy check-merge-request only works in pre-merge pipelines for MRs
- if test "x$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME" != "x$CI_COMMIT_REF_NAME"; then exit 0; fi
- ci-fairy check-merge-request --require-allow-collaboration --junit-xml=check-merge-request.xml