summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-01-28 21:54:45 +0100
committerJames Lopez <james@jameslopez.es>2016-01-28 21:54:45 +0100
commit6e4d36b49d7fc9c41e136f234c6b5dd74a86df50 (patch)
tree6982f87e10db133e8dc41b0d5475d3ef9048f406
parent69c4e0a1197b21bf0b4925edcda0943be9e0e641 (diff)
downloadgitlab-ce-6e4d36b49d7fc9c41e136f234c6b5dd74a86df50.tar.gz
add back master only for ruby 2.1 images
-rw-r--r--.gitlab-ci.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 99d81a6db50..dbdbae9d787 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -145,9 +145,8 @@ spec:ruby21:
tags:
- ruby
- mysql
-# TODO: put this back after testing
-# only:
-# - master
+ only:
+ - master
spinach:ruby21:
image: ruby:2.1
@@ -156,6 +155,5 @@ spinach:ruby21:
tags:
- ruby
- mysql
-# TODO: put this back after testing
-# only:
-# - master
+ only:
+ - master