summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2017-11-23 13:17:33 +0100
committerWinnie Hellmann <winnie@gitlab.com>2017-11-23 13:17:33 +0100
commite2ff2293ed0c4bf7f151626ae1ca8de1090a867c (patch)
tree93c32bc6f3b556ebc8902d99bb332de03d2aeaa7
parent1ff9e796f8df3d274cc7a6b845b8266055e5a936 (diff)
downloadgitlab-ce-e2ff2293ed0c4bf7f151626ae1ca8de1090a867c.tar.gz
Lock codeclimate version to 0.69.0
-rw-r--r--vendor/gitlab-ci-yml/Auto-DevOps.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/gitlab-ci-yml/Auto-DevOps.gitlab-ci.yml b/vendor/gitlab-ci-yml/Auto-DevOps.gitlab-ci.yml
index 88261502d7f..f65770f6528 100644
--- a/vendor/gitlab-ci-yml/Auto-DevOps.gitlab-ci.yml
+++ b/vendor/gitlab-ci-yml/Auto-DevOps.gitlab-ci.yml
@@ -218,8 +218,8 @@ production:
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume /tmp/cc:/tmp/cc"
- docker run ${cc_opts} codeclimate/codeclimate init
- docker run ${cc_opts} codeclimate/codeclimate analyze -f json > codeclimate.json
+ docker run ${cc_opts} codeclimate/codeclimate:0.69.0 init
+ docker run ${cc_opts} codeclimate/codeclimate:0.69.0 analyze -f json > codeclimate.json
}
function deploy() {