diff options
author | James Lopez <james@jameslopez.es> | 2016-02-08 18:35:57 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-02-08 18:35:57 +0100 |
commit | 8006d025139a506f732137209c85935353bae276 (patch) | |
tree | c465e7db04060542f4f15b8af7689f6ec97db3f0 /.gitlab-ci.yml | |
parent | ff4a1f7287ce2e2c395d24f69253084e0c7b6943 (diff) | |
download | gitlab-ce-8006d025139a506f732137209c85935353bae276.tar.gz |
default slack notification channel
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |