From 8006d025139a506f732137209c85935353bae276 Mon Sep 17 00:00:00 2001 From: James Lopez Date: Mon, 8 Feb 2016 18:35:57 +0100 Subject: default slack notification channel --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c817ce359a..2115b379e70 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -183,7 +183,7 @@ spinach:ruby21: notify:slack: stage: notifications script: - - source ./scripts/notify_slack.sh "#ci-test" "Build failed for master/tags!" + - source ./scripts/notify_slack.sh "#notifications" "Build failed for master/tags!" when: on_failure only: - master@gitlab-org/gitlab-ce -- cgit v1.2.1