summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-02-03 17:43:26 +0100
committerJames Lopez <james@jameslopez.es>2016-02-03 17:43:26 +0100
commit70f82cc5ac08c2129f3a10dd1155f43eaecd2e03 (patch)
tree4de45074a5d2b561a11f1a4cd6ee8b64966b9ca6
parent5fe354ef8374290d47a5ad35d50c084f0a96cd92 (diff)
downloadgitlab-ce-70f82cc5ac08c2129f3a10dd1155f43eaecd2e03.tar.gz
uncomment restriction to branches or tags
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d78d87cb18c..997994485da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -185,6 +185,6 @@ notify:slack:
script:
- bundle exec rake ci:slack:error["#ci-test","Build failed for master/tags"]
when: on_failure
-# only:
-# - master
-# - tags \ No newline at end of file
+ only:
+ - master
+ - tags \ No newline at end of file