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 18:55:20 +0300
committerJames Lopez <james@jameslopez.es>2016-02-03 18:55:20 +0300
commit5fe354ef8374290d47a5ad35d50c084f0a96cd92 (patch)
tree8d22c1aab50e8d99c26ab38dc81c10153c5095bf /.gitlab-ci.yml
parent63a950a5a07a399a1d99c2bf30a55385e7dfe984 (diff)
refactored rake task and make build pass
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9caa3135377..d78d87cb18c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -183,7 +183,7 @@ spinach:ruby21:
notify:slack:
stage: notifications
script:
- - bundle exec rake ci:slack:error
+ - bundle exec rake ci:slack:error["#ci-test","Build failed for master/tags"]
when: on_failure
# only:
# - master