summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-10-09 15:06:21 +0200
committerRémy Coutable <remy@rymai.me>2017-10-09 15:06:21 +0200
commit97ca71e1beba8170b98b8b18a7c647d36470e544 (patch)
tree5b89e95d605329e4581a83bc883dab6175c46325
parentf277fa14094e5515e2317d2baa1fa0bfb95966da (diff)
downloadgitlab-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.yml2
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: []