diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2016-11-23 10:28:46 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2016-11-23 10:28:46 +0000 |
commit | 5db38ab50f5e94abbc6066dc6be286978b22cc31 (patch) | |
tree | 9ddc5d7bc58fabbcd61f8111a87fe4e721ff5be0 /.gitlab-ci.yml | |
parent | dcd4710137218dd3d97ad4fbe104f6897bddf41a (diff) | |
parent | 1fe77740388680c188f80ad9262c348f5593ce54 (diff) | |
download | gitlab-ce-5db38ab50f5e94abbc6066dc6be286978b22cc31.tar.gz |
Merge branch 'zj-notify-development' into 'master'
Notify broken master on #development
See merge request !7593
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 2b65bc4182b..f7528849c09 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -401,7 +401,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 |