summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/.gitlab-ci.yml
diff options
context:
space:
mode:
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.*$/