Allow the formatting test to fail

By allowing to to fail, we won't block the rest
of the CI tests, and also won't block the merge.
This commit is contained in:
Ian McInerney 2019-12-04 20:10:23 +00:00
parent 4a75cc586c
commit 4ebb591a5c
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ before_script:
# https://gitlab.com/gitlab-org/gitlab/issues/12850
test_formatting:
stage: test
allow_failure: true
script:
- echo "Testing formatting from commit ${MERGE_BASE_SHA}"
- ./tools/check_coding.sh --diff --ci --commit ${MERGE_BASE_SHA}