From 970afbc6140f0dd382eeaee29a2a02bc7c2005f2 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 16 Oct 2020 09:06:52 +0200 Subject: [PATCH] Remove Slack "here" mentions for failed builds This was introduced by mistake in 6b978cb5dc4 --- ci/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 1c11984666..394bbf9140 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -18,7 +18,7 @@ anchors: GRADLE_ENTERPRISE_CACHE_PASSWORD: ((gradle_enterprise_cache_user.password)) slack-fail-params: &slack-fail-params text: > - :concourse-failed: + :concourse-failed: [$TEXT_FILE_CONTENT] text_file: git-repo/build/build-scan-uri.txt silent: true