summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-06-21 18:05:46 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-06-21 18:05:46 +0200
commit7f8bea592936d0cd792f32507140d5c902b36fb0 (patch)
tree3d3a951f901901f74b64061728ba17187a83a6b2
parent0551364c60ff5f27ae10f5d0231bec8144332f5b (diff)
downloadgitlab-ce-7f8bea592936d0cd792f32507140d5c902b36fb0.tar.gz
Do not run the codeclimate job on docs-only changes
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f0c266485b6..76a95ad6e0a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -461,6 +461,7 @@ karma:
- coverage-javascript/
codeclimate:
+ <<: *except-docs
before_script: []
image: docker:latest
stage: test