summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2017-07-03 10:09:57 +0000
committerKamil Trzciński <ayufan@ayufan.eu>2017-07-03 10:09:57 +0000
commit2443ab69206f7cbd9a6ac2e96308695a01b85c7a (patch)
tree9b9044e9fbb1e7e5de11d1b41575d8b1d2a9c769
parent332fd782dbcb2aca01a1a528f950ae706d4a9007 (diff)
parent571297e3f7527065673f1b7cf1f9b7d969178457 (diff)
downloadgitlab-ce-2443ab69206f7cbd9a6ac2e96308695a01b85c7a.tar.gz
Merge branch 'dz-improve-codeclimate-json-cleanup' into 'master'
Remove unnecessary pull command from codeclimate job See merge request !12583
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5723b836c76..a3ce1de50c2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -474,8 +474,6 @@ codeclimate:
services:
- docker:dind
script:
- - docker pull stedolan/jq
- - docker pull codeclimate/codeclimate
- docker run --env CODECLIMATE_CODE="$PWD" --volume "$PWD":/code --volume /var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc codeclimate/codeclimate analyze -f json > raw_codeclimate.json
- cat raw_codeclimate.json | docker run -i stedolan/jq -c 'map({check_name,fingerprint,location})' > codeclimate.json
artifacts: