Commit 35a89d51 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Update codequality script

parent 49d2d7b3
......@@ -15,4 +15,4 @@ exec docker run --rm $docker_tty --env CODECLIMATE_CODE="$code_path" \
--volume "$code_path":/code \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume /tmp/cc:/tmp/cc \
codeclimate/codeclimate:${CODECLIMATE_VERSION:-0.71.1} "$@"
"codeclimate/codeclimate:${CODECLIMATE_VERSION:-0.71.1}" "$@"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment