From 1e76cda38d227fb5e961244d321116ce3202ff86 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Sat, 4 Feb 2017 14:50:01 -0800 Subject: [PATCH] Alex probably meant to change channel to "@aboyko"... fixing it. --- concourse/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index fe12acf37..59756d40b 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -110,7 +110,7 @@ jobs: on_failure: put: slack-notification params: - channel: "#aboyko" + channel: "@aboyko" text: | Concourse ${BUILD_PIPELINE_NAME}/${BUILD_JOB_NAME}/${BUILD_NAME} has failed! - name: trigger-manifest-yaml-rc-build