Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cool Fire
nanobot4
Commits
443b886c
Commit
443b886c
authored
Mar 19, 2019
by
Cool Fire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CI scripts
parent
74a43424
Pipeline
#1390
passed with stages
in 5 minutes and 4 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
14 deletions
+18
-14
.gitlab-ci.yml
.gitlab-ci.yml
+18
-14
No files found.
.gitlab-ci.yml
View file @
443b886c
...
...
@@ -6,8 +6,6 @@ stages:
ruby_2.1
:
image
:
ruby:2.1
stage
:
syntax
tags
:
-
ruby
script
:
-
ruby -v
-
ruby scheck.rb
...
...
@@ -15,8 +13,6 @@ ruby_2.1:
ruby_2.2
:
image
:
ruby:2.2
stage
:
syntax
tags
:
-
ruby
only
:
-
master
script
:
...
...
@@ -26,8 +22,6 @@ ruby_2.2:
ruby_2.3
:
image
:
ruby:2.3
stage
:
syntax
tags
:
-
ruby
only
:
-
master
script
:
...
...
@@ -37,8 +31,24 @@ ruby_2.3:
ruby_2.4
:
image
:
ruby:2.4
stage
:
syntax
tags
:
-
ruby
only
:
-
master
script
:
-
ruby -v
-
ruby scheck.rb
ruby_2.5
:
image
:
ruby:2.5
stage
:
syntax
only
:
-
master
script
:
-
ruby -v
-
ruby scheck.rb
ruby_2.6
:
image
:
ruby:2.6
stage
:
syntax
only
:
-
master
script
:
...
...
@@ -48,8 +58,6 @@ ruby_2.4:
jruby_1.7
:
image
:
jruby:1.7
stage
:
syntax
tags
:
-
ruby
only
:
-
master
script
:
...
...
@@ -59,8 +67,6 @@ jruby_1.7:
jruby_9.1
:
image
:
jruby:9.1
stage
:
syntax
tags
:
-
ruby
only
:
-
master
script
:
...
...
@@ -69,8 +75,6 @@ jruby_9.1:
rubocop
:
stage
:
linting
tags
:
-
ruby
script
:
-
gem install rubocop --no-document
-
rubocop -l -f simple --except RescueException,Eval,AssignmentInCondition,ScriptPermission
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