mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Drop invalid trailing comma in JSON object
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7fe77cbca9
commit
407cd5cc54
1 changed files with 2 additions and 2 deletions
|
@ -127,8 +127,8 @@ notifications:
|
|||
"title": "Build {{projectName}} {{buildVersion}} {{status}}",
|
||||
"title_link": "{{buildUrl}}",
|
||||
"fallback": "AppVeyor Build {{projectName}} {{buildVersion}} {{status}}",
|
||||
"color": "{{#passed}}#44ee44{{/passed}}{{#failed}}#ee4444{{/failed}}",
|
||||
"text": "Commit <{{commitUrl}}|{{commitId}}> by {{commitAuthor}} on {{commitDate}}: _{{commitMessage}}_",
|
||||
"color": "{{#passed}}#44ee44{{/passed}}{{#failed}}#ee4444{{/failed}}"
|
||||
}
|
||||
],
|
||||
"channel": "#alerts"
|
||||
|
@ -149,8 +149,8 @@ notifications:
|
|||
"title": "Build {{projectName}} {{buildVersion}} {{status}}",
|
||||
"title_link": "{{buildUrl}}",
|
||||
"fallback": "AppVeyor Build {{projectName}} {{buildVersion}} {{status}}",
|
||||
"color": "{{#passed}}#44ee44{{/passed}}{{#failed}}#ee4444{{/failed}}",
|
||||
"text": "Commit <{{commitUrl}}|{{commitId}}> by {{commitAuthor}} on {{commitDate}}: _{{commitMessage}}_",
|
||||
"color": "{{#passed}}#44ee44{{/passed}}{{#failed}}#ee4444{{/failed}}"
|
||||
}
|
||||
],
|
||||
"channel": "#commits"
|
||||
|
|
Loading…
Reference in a new issue