summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Busatto <fabio@gitlab.com>2017-11-23 13:20:47 +0000
committerFabio Busatto <fabio@gitlab.com>2017-11-23 13:20:47 +0000
commitbbad7b8c5c37d8534a9836016c75425bd2728e41 (patch)
tree94fb2f14ca9e5a116ec706e8afc77394e303e7d4
parent3154ae2b2cc3ada02243798ab8386e32331b6654 (diff)
parente2ff2293ed0c4bf7f151626ae1ca8de1090a867c (diff)
downloadgitlab-ce-10-2-stable-patch-2.tar.gz
Merge branch 'winh-autodevops-codeclimate-10-2' into '10-2-stable-patch-2'10-2-stable-patch-2
Lock codeclimate version to 0.69.0 (10.2 port) See merge request gitlab-org/gitlab-ce!15574
-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() {