1
0
Fork 0
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:
k0kubun 2019-03-17 04:13:13 +00:00
parent 7fe77cbca9
commit 407cd5cc54

View file

@ -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"