.gitlab-ci.yml
changeset 370 b8836e9c5f3e
parent 369 d4f04a4bfeeb
child 371 f53f021c5bed
equal deleted inserted replaced
369:d4f04a4bfeeb 370:b8836e9c5f3e
    34         - docker pull codeclimate/codeclimate
    34         - docker pull codeclimate/codeclimate
    35         - docker run
    35         - docker run
    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 src/pyams_utils > 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: [codeclimate.json]