From e16ccf8cf8a570b394456efb1547ab8fb23ffc08 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 18 Dec 2019 10:13:36 -0500 Subject: [PATCH] Remove extraneous header text in test result posts --- system-test/upload_results_to_slack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-test/upload_results_to_slack.sh b/system-test/upload_results_to_slack.sh index 2c9f2eefca..9fb3e36fe8 100755 --- a/system-test/upload_results_to_slack.sh +++ b/system-test/upload_results_to_slack.sh @@ -31,7 +31,7 @@ upload_results_to_slack() { "type": "section", "text": { "type": "mrkdwn", - "text": "*New Build: $BUILDKITE_MESSAGE*" + "text": "*$BUILDKITE_MESSAGE*" } }, {