diff options
| author | a14m <[email protected]> | 2020-12-14 20:07:09 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-12-14 23:02:24 +0100 |
| commit | b710263617e019e4ffed3dbafcc6795f760bb151 (patch) | |
| tree | 0eef3a3f5618a0e7e71164e74db1e49d187fdd92 /CLI/ruby/.gitlab-ci.yml | |
| parent | e674394831d64aa5f64b9ca2b6a67ca16704e358 (diff) | |
Add codecov configurations for monorepo
Diffstat (limited to 'CLI/ruby/.gitlab-ci.yml')
| -rw-r--r-- | CLI/ruby/.gitlab-ci.yml | 7 |
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.*$/ |
