Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
shells
manager2-api
Commits
55c5fa58
Commit
55c5fa58
authored
Jan 27, 2019
by
Cool Fire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CI jobs for new version of "gem"
parent
ead82f1b
Pipeline
#1265
passed with stage
in 1 minute and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
55c5fa58
...
@@ -12,7 +12,7 @@ ruby_lint:
...
@@ -12,7 +12,7 @@ ruby_lint:
stage
:
testing
stage
:
testing
image
:
ruby:2.5
image
:
ruby:2.5
script
:
script
:
-
gem install rubocop --no-
ri --no-rdoc
-
gem install rubocop --no-
document
-
rubocop -P -f s
-
rubocop -P -f s
yaml_lint
:
yaml_lint
:
stage
:
testing
stage
:
testing
...
@@ -25,7 +25,7 @@ ruby_bundler:
...
@@ -25,7 +25,7 @@ ruby_bundler:
stage
:
testing
stage
:
testing
image
:
ruby:2.5
image
:
ruby:2.5
script
:
script
:
-
gem install bundler
-no-ri
--no-
r
doc
-
gem install bundler --no-doc
ument
-
bundle install
-
bundle install
deploy
:
deploy
:
stage
:
deployment
stage
:
deployment
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment