From 5a0403c31fe690c1e2bc10df5e62fbdd77ec31ed Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 23 Dec 2022 15:59:28 -0800 Subject: [PATCH] Switch to notifying client channel on failed builds [ci skip] --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 20d0ecd..69d21f5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ steps: image: plugins/slack settings: username: comradebritney - channel: internal.robot-test-zone + channel: clients.sophie-lewis template: "{{repo.owner}}/{{repo.name}} build failed: {{build.link}}. Last commit by @{{build.author}}" webhook: from_secret: rc_builds_url