diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-06-30 09:05:00 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-06-30 09:05:00 +0000 |
commit | 571297e3f7527065673f1b7cf1f9b7d969178457 (patch) | |
tree | da6088875cc8c88dcf9acca66e20f376883a4b9c /.gitlab-ci.yml | |
parent | c051d47de83ed0446a05d3972a806f953a6d4bb9 (diff) | |
download | gitlab-ce-571297e3f7527065673f1b7cf1f9b7d969178457.tar.gz |
Remove unnecessary pull command from codeclimate jobdz-improve-codeclimate-json-cleanup
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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: |