diff options
| author | Winnie Hellmann <winnie@gitlab.com> | 2017-11-17 08:24:28 +0000 |
|---|---|---|
| committer | Tiago <tiagonbotelho@hotmail.com> | 2017-11-17 10:27:04 +0000 |
| commit | 24290d5da5c4a7abb8d7130266e594566f7c0654 (patch) | |
| tree | 6fd4341e45dbc1f8a4510322d04891b615366514 | |
| parent | 7f1b4b5c92d96718b246bd2f9b9699b6bbe49cd5 (diff) | |
| download | gitlab-ce-24290d5da5c4a7abb8d7130266e594566f7c0654.tar.gz | |
Merge branch 'fix/sm/fix-condeclimate-version' into 'master'
Set 0.69.0 instead of latest for codeclimate image
See merge request gitlab-org/gitlab-ce!15445
(cherry picked from commit 10c216dabb44605d5e8711a0158e3087289e8889)
06c9327c Set 0.69.0 instead of latest for codeclimate image
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a5050b553f..e7b3662c009 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -581,7 +581,7 @@ codequality: script: - cp .rubocop.yml .rubocop.yml.bak - grep -v "rubocop-gitlab-security" .rubocop.yml.bak > .rubocop.yml - - 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 + - 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:0.69.0 analyze -f json > raw_codeclimate.json - cat raw_codeclimate.json | docker run -i stedolan/jq -c 'map({check_name,fingerprint,location})' > codeclimate.json - mv .rubocop.yml.bak .rubocop.yml artifacts: |
