.gitlab-ci.yml
changeset 371 f53f021c5bed
parent 370 b8836e9c5f3e
child 373 a5b5de662a8d
equal deleted inserted replaced
370:b8836e9c5f3e 371:f53f021c5bed
    36             --env CODECLIMATE_CODE="$PWD"
    36             --env CODECLIMATE_CODE="$PWD"
    37             --volume "$PWD":/code
    37             --volume "$PWD":/code
    38             --volume /var/run/docker.sock:/var/run/docker.sock
    38             --volume /var/run/docker.sock:/var/run/docker.sock
    39             --volume /tmp/cc:/tmp/cc codeclimate/codeclimate analyze -f json > codeclimate.json
    39             --volume /tmp/cc:/tmp/cc codeclimate/codeclimate analyze -f json > codeclimate.json
    40     artifacts:
    40     artifacts:
    41         paths: [codeclimate.json]
    41         paths:
       
    42             - codeclimate.json