Skip to content

Commit

Permalink
Drop duration from AppVeyor notification
Browse files Browse the repository at this point in the history
The format is a little weird, and not so helpful either.
  • Loading branch information
k0kubun committed Aug 25, 2019
1 parent 6944a1a commit fa5f777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -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}}"
}
],
Expand Down

0 comments on commit fa5f777

Please sign in to comment.