diff options
| author | Rémy Coutable <remy@rymai.me> | 2017-10-09 15:06:21 +0200 |
|---|---|---|
| committer | Rémy Coutable <remy@rymai.me> | 2017-10-09 15:06:21 +0200 |
| commit | 97ca71e1beba8170b98b8b18a7c647d36470e544 (patch) | |
| tree | 5b89e95d605329e4581a83bc883dab6175c46325 | |
| parent | f277fa14094e5515e2317d2baa1fa0bfb95966da (diff) | |
| download | gitlab-ce-rc/rename-codeclimate-to-codequality.tar.gz | |
Rename the `codeclimate` job to `codequality`rc/rename-codeclimate-to-codequality
As per our documentation:
https://docs.gitlab.com/ee/user/project/merge_requests/code_quality_diff.html#how-it-works
Signed-off-by: Rémy Coutable <remy@rymai.me>
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7eb9e5ab6de..fc0d2b71174 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -581,7 +581,7 @@ karma: - chrome_debug.log - coverage-javascript/ -codeclimate: +codequality: <<: *except-docs <<: *pull-cache before_script: [] |
