diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-06-21 18:05:46 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-06-21 18:05:46 +0200 |
commit | 7f8bea592936d0cd792f32507140d5c902b36fb0 (patch) | |
tree | 3d3a951f901901f74b64061728ba17187a83a6b2 /.gitlab-ci.yml | |
parent | 0551364c60ff5f27ae10f5d0231bec8144332f5b (diff) | |
download | gitlab-ce-7f8bea592936d0cd792f32507140d5c902b36fb0.tar.gz |
Do not run the codeclimate job on docs-only changes
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
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 |