1
0
Fork 0
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:
Takashi Kokubun 2019-08-25 20:10:24 +09:00
parent 6944a1aa4f
commit fa5f7771f2
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -131,7 +131,7 @@ notifications:
{ {
"attachments": [ "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}}" "color": "{{#passed}}good{{/passed}}{{#failed}}danger{{/failed}}"
} }
], ],