diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2017-06-28 10:18:15 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2017-06-28 10:18:15 +0000 |
commit | 9a61b3799e26ec3c6ff01958400c7133da496b10 (patch) | |
tree | f1f08cf6de3f1a923a40d83ff0f7c58a557bbf21 /.gitlab-ci.yml | |
parent | 41320cb8a0583ec9b440d6e440a35cf0899b9837 (diff) | |
parent | 816038ce37d387d8fc062f978c2fb2282acee7f3 (diff) | |
download | gitlab-ce-9a61b3799e26ec3c6ff01958400c7133da496b10.tar.gz |
Merge branch 'dz-cleanup-codeclimate-json' into 'master'
Remove unused data from code climate artifact
See merge request !12494
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 d97828431c5..790d9a1f72a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -476,6 +476,7 @@ codeclimate: script: - 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 > codeclimate.json + - sed -i.bak 's/\({"body":"\)[^"]*\("}\)/\1\2/g' codeclimate.json artifacts: paths: [codeclimate.json] |