summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2019-10-10 17:05:58 +0100
committerNick Thomas <nick@gitlab.com>2019-10-10 17:05:58 +0100
commit9aa55479626bd06cf041d3c474fdbdb748857d26 (patch)
tree622f63c7070b3cfe913a22784fc04a0a30c2a86b
parent192299021f70383a52b38129b6bec31557f5eb1b (diff)
downloadgitlab-shell-9aa55479626bd06cf041d3c474fdbdb748857d26.tar.gz
Remove ruby tag from .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ec82c88..ba34528 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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