Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-02-03 19:43:26 +0300
committerJames Lopez <james@jameslopez.es>2016-02-03 19:43:26 +0300
commit70f82cc5ac08c2129f3a10dd1155f43eaecd2e03 (patch)
tree4de45074a5d2b561a11f1a4cd6ee8b64966b9ca6 /.gitlab-ci.yml
parent5fe354ef8374290d47a5ad35d50c084f0a96cd92 (diff)
uncomment restriction to branches or tags
Diffstat (limited to '.gitlab-ci.yml')
-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