Merge branch 'dz-improve-codeclimate-json-cleanup' into 'master'

Remove unnecessary pull command from codeclimate job

See merge request !12583
This commit is contained in:
Kamil Trzciński 2017-07-03 10:09:57 +00:00
commit 2443ab6920
1 changed files with 0 additions and 2 deletions

View File

@ -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: