Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gems/gem.gitlab-ci.yml')
-rw-r--r--gems/gem.gitlab-ci.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/gems/gem.gitlab-ci.yml b/gems/gem.gitlab-ci.yml
index 10905d8c243..4e91f0cbe44 100644
--- a/gems/gem.gitlab-ci.yml
+++ b/gems/gem.gitlab-ci.yml
@@ -11,11 +11,9 @@ spec:
default: "gems/"
---
workflow:
- name: '$PIPELINE_NAME'
+ name: '[$[[inputs.gem_name]] gem] Ruby $RUBY_VERSION pipeline'
rules:
- - if: $CI_MERGE_REQUEST_ID
- variables:
- PIPELINE_NAME: '[$[[inputs.gem_name]] gem] Ruby $RUBY_VERSION $CI_MERGE_REQUEST_EVENT_TYPE MR pipeline'
+ - when: always
variables:
BUNDLE_PATH: "vendor"
@@ -52,7 +50,7 @@ rubocop:
rules:
- exists: ["$[[inputs.gem_path_prefix]]$[[inputs.gem_name]]/.rubocop.yml"]
script:
- - bundle exec rubocop --config .rubocop.yml
+ - bundle exec rubocop
rspec:
extends: .ruby_matrix