mirror of
https://gitlab.com/ydkn/capistrano-rails-console.git
synced 2023-02-13 20:54:14 -05:00
update ci
This commit is contained in:
parent
afccfdd379
commit
c658715d28
2 changed files with 7 additions and 4 deletions
|
@ -5,9 +5,9 @@ stages:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
image: ruby:2.5
|
image: ruby:2.6
|
||||||
script:
|
script:
|
||||||
- gem install bundler --no-ri --no-rdoc
|
- gem install bundler --no-document
|
||||||
- bundle update
|
- bundle update
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
@ -15,9 +15,9 @@ build:
|
||||||
|
|
||||||
rubocop:
|
rubocop:
|
||||||
stage: codequality
|
stage: codequality
|
||||||
image: ruby:2.5
|
image: ruby:2.6
|
||||||
script:
|
script:
|
||||||
- gem install rubocop --no-ri --no-rdoc
|
- gem install rubocop rubocop-performance --no-document
|
||||||
- rubocop
|
- rubocop
|
||||||
|
|
||||||
dependency_scanning:
|
dependency_scanning:
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
require:
|
||||||
|
- rubocop-performance
|
||||||
|
|
||||||
AllCops:
|
AllCops:
|
||||||
TargetRubyVersion: 2.3
|
TargetRubyVersion: 2.3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue