Commit 43e87e27 authored by Ash McKenzie's avatar Ash McKenzie

Merge branch 'remove-ruby-tag' into 'master'

Remove ruby tag from .gitlab-ci.yml

See merge request gitlab-org/gitlab-shell!345
parents 19229902 9aa55479
......@@ -19,16 +19,12 @@ before_script:
rspec:
<<: *rspec_definition
tags:
- ruby
except:
- tags
verify_ruby:
script:
- make verify_ruby
tags:
- ruby
except:
- tags
......@@ -38,8 +34,6 @@ rspec:ruby2.6:
variables:
INSTALL_BUNDLER_VERSION: ~> 1.17.3
<<: *rspec_definition
tags:
- ruby
except:
- tags
......@@ -49,8 +43,6 @@ rspec:ruby2.2:
variables:
INSTALL_BUNDLER_VERSION: ~> 1.17.3
<<: *rspec_definition
tags:
- ruby
except:
- tags
......@@ -60,8 +52,6 @@ rspec:ruby2.1:
variables:
INSTALL_BUNDLER_VERSION: ~> 1.17.3
<<: *rspec_definition
tags:
- ruby
except:
- tags
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment