aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortelyn <telyn@bytemark.co.uk>2018-01-25 11:18:35 +0000
committertelyn <telyn@bytemark.co.uk>2018-01-25 11:18:35 +0000
commit246397691f55609e7ddd2d237a18465a90f80ebd (patch)
treea0cb9bb2392926e7ff5ec8c6d46126fc305c5058
parentd9946b8c3fdddb95f4cb7457abf163afd65bee6b (diff)
ok i guess codeclimate can be done later
-rw-r--r--.gitlab-ci.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 967e78e..ce3ea71 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,17 +3,6 @@ stages:
- package
- publish
-codeclimate:
- image: $CI_REGISTRY/docker-images/layers:stretch-codeclimate
- stage: test
- tags:
- - docker-socket
- script:
- - codeclimate analyze -f json > codeclimate.json
- artifacts:
- paths: [codeclimate.json]
-
-
.test: &test
image: $CI_REGISTRY/docker-images/layers:$DISTRO-ruby
stage: test