summaryrefslogtreecommitdiff
path: root/wercker.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-03 00:44:04 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-03 00:44:04 +0000
commitbec184b5e6fbea2d192247443072c33561f1db62 (patch)
tree54a791cfcb6dbb0becf0db9bfbcf3ef25b1d84c1 /wercker.yml
parent59c8d50653480bef3f24517296e6ddf937fdf6bc (diff)
wercker.yml: use pipeline name for notification [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wercker.yml')
-rw-r--r--wercker.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/wercker.yml b/wercker.yml
index c4b21cb092..d7702cfc0a 100644
--- a/wercker.yml
+++ b/wercker.yml
@@ -182,7 +182,7 @@ mjit-test1:
after-steps:
- wantedly/pretty-slack-notify:
webhook_url: $SLACK_WEBHOOK_URL
- username: Wercker test-mjit-wait
+ username: Wercker mjit-test1
channel: alerts
notify_on: "failed"
branches: ^trunk$
@@ -276,7 +276,7 @@ mjit-test2:
after-steps:
- wantedly/pretty-slack-notify:
webhook_url: $SLACK_WEBHOOK_URL
- username: Wercker test-mjit-wait
+ username: Wercker mjit-test2
channel: alerts
notify_on: "failed"
branches: ^trunk$