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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-19 18:09:55 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-19 18:09:55 +0300
commit25ed642226db28550270b850280462dad124fd61 (patch)
treee2f64fb49d0a56cf4f10fad32b806a981ee55700 /gems/gem.gitlab-ci.yml
parent3ca9a972f6bc4060a58703398df74d87703916cf (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'gems/gem.gitlab-ci.yml')
-rw-r--r--gems/gem.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gems/gem.gitlab-ci.yml b/gems/gem.gitlab-ci.yml
index 10905d8c243..5f7a6ba280a 100644
--- a/gems/gem.gitlab-ci.yml
+++ b/gems/gem.gitlab-ci.yml
@@ -52,7 +52,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