summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2016-11-18 22:44:36 +0000
committerZeger-Jan van de Weg <zegerjan@gitlab.com>2016-11-18 22:44:36 +0000
commit1fe77740388680c188f80ad9262c348f5593ce54 (patch)
tree6fcdb64f6f66bd9b2362ad73e45fc703f8f5178f
parentf82d6aa147995523971ee9741b67f4a4a5b8f29d (diff)
downloadgitlab-ce-zj-notify-development.tar.gz
Notify broken master on #development zj-notify-development
AKA: - move all conversations to #core - beating will continue until morale improves - Learn by pain - Pain driven development
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 436e9ec6c60..e48d17647dd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -377,7 +377,7 @@ notify:slack:
SETUP_DB: "false"
USE_BUNDLE_INSTALL: "false"
script:
- - ./scripts/notify_slack.sh "#builds" "Build on \`$CI_BUILD_REF_NAME\` failed! Commit \`$(git log -1 --oneline)\` See <https://gitlab.com/gitlab-org/$(basename "$PWD")/commit/"$CI_BUILD_REF"/builds>"
+ - ./scripts/notify_slack.sh "#development" "Build on \`$CI_BUILD_REF_NAME\` failed! Commit \`$(git log -1 --oneline)\` See <https://gitlab.com/gitlab-org/$(basename "$PWD")/commit/"$CI_BUILD_REF"/builds>"
when: on_failure
only:
- master@gitlab-org/gitlab-ce