mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Drop duration from AppVeyor notification
The format is a little weird, and not so helpful either.
This commit is contained in:
parent
6944a1aa4f
commit
fa5f7771f2
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ notifications:
|
|||
{
|
||||
"attachments": [
|
||||
{
|
||||
"text": "Build <{{buildUrl}}|#{{buildVersion}}> (<{{commitUrl}}|{{commitId}}>) of {{repositoryName}}@{{branch}} by {{commitAuthor}} {{status}} in {{duration}}",
|
||||
"text": "Build <{{buildUrl}}|#{{buildVersion}}> (<{{commitUrl}}|{{commitId}}>) of {{repositoryName}}@{{branch}} by {{commitAuthor}} {{status}}",
|
||||
"color": "{{#passed}}good{{/passed}}{{#failed}}danger{{/failed}}"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue