Remove extraneous header text in test result posts

This commit is contained in:
Dan Albert 2019-12-18 10:13:36 -05:00 committed by GitHub
parent 434cde179f
commit e16ccf8cf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ upload_results_to_slack() {
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*New Build: $BUILDKITE_MESSAGE*"
"text": "*$BUILDKITE_MESSAGE*"
}
},
{