Remove extraneous header text in test result posts
This commit is contained in:
parent
434cde179f
commit
e16ccf8cf8
|
@ -31,7 +31,7 @@ upload_results_to_slack() {
|
||||||
"type": "section",
|
"type": "section",
|
||||||
"text": {
|
"text": {
|
||||||
"type": "mrkdwn",
|
"type": "mrkdwn",
|
||||||
"text": "*New Build: $BUILDKITE_MESSAGE*"
|
"text": "*$BUILDKITE_MESSAGE*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue