summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/.gitlab-ci.yml
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-14 20:07:09 +0100
committera14m <[email protected]>2020-12-14 23:02:24 +0100
commitb710263617e019e4ffed3dbafcc6795f760bb151 (patch)
tree0eef3a3f5618a0e7e71164e74db1e49d187fdd92 /CLI/ruby/.gitlab-ci.yml
parente674394831d64aa5f64b9ca2b6a67ca16704e358 (diff)
Add codecov configurations for monorepo
Diffstat (limited to 'CLI/ruby/.gitlab-ci.yml')
-rw-r--r--CLI/ruby/.gitlab-ci.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/CLI/ruby/.gitlab-ci.yml b/CLI/ruby/.gitlab-ci.yml
index d573ce5..6fdf07e 100644
--- a/CLI/ruby/.gitlab-ci.yml
+++ b/CLI/ruby/.gitlab-ci.yml
@@ -1,9 +1,4 @@
image: ruby:2.7
-stages:
- - build
- - test
- - lint
- - release
variables:
BUNDLE_PATH: .bundle/vendor
@@ -58,7 +53,7 @@ lint:
- bundle exec rubocop
release:
- stage: release
+ stage: deploy
needs: ["test:2.7", "test:2.6", "test:2.5", lint]
rules:
- if: $CI_COMMIT_TAG =~ /^ruby\/v.*$/