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
@ -127,8 +127,8 @@ notifications:
|
|||||||
"title": "Build {{projectName}} {{buildVersion}} {{status}}",
|
"title": "Build {{projectName}} {{buildVersion}} {{status}}",
|
||||||
"title_link": "{{buildUrl}}",
|
"title_link": "{{buildUrl}}",
|
||||||
"fallback": "AppVeyor Build {{projectName}} {{buildVersion}} {{status}}",
|
"fallback": "AppVeyor Build {{projectName}} {{buildVersion}} {{status}}",
|
||||||
"color": "{{#passed}}#44ee44{{/passed}}{{#failed}}#ee4444{{/failed}}",
|
|
||||||
"text": "Commit <{{commitUrl}}|{{commitId}}> by {{commitAuthor}} on {{commitDate}}: _{{commitMessage}}_",
|
"text": "Commit <{{commitUrl}}|{{commitId}}> by {{commitAuthor}} on {{commitDate}}: _{{commitMessage}}_",
|
||||||
|
"color": "{{#passed}}#44ee44{{/passed}}{{#failed}}#ee4444{{/failed}}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"channel": "#alerts"
|
"channel": "#alerts"
|
||||||
@ -149,8 +149,8 @@ notifications:
|
|||||||
"title": "Build {{projectName}} {{buildVersion}} {{status}}",
|
"title": "Build {{projectName}} {{buildVersion}} {{status}}",
|
||||||
"title_link": "{{buildUrl}}",
|
"title_link": "{{buildUrl}}",
|
||||||
"fallback": "AppVeyor Build {{projectName}} {{buildVersion}} {{status}}",
|
"fallback": "AppVeyor Build {{projectName}} {{buildVersion}} {{status}}",
|
||||||
"color": "{{#passed}}#44ee44{{/passed}}{{#failed}}#ee4444{{/failed}}",
|
|
||||||
"text": "Commit <{{commitUrl}}|{{commitId}}> by {{commitAuthor}} on {{commitDate}}: _{{commitMessage}}_",
|
"text": "Commit <{{commitUrl}}|{{commitId}}> by {{commitAuthor}} on {{commitDate}}: _{{commitMessage}}_",
|
||||||
|
"color": "{{#passed}}#44ee44{{/passed}}{{#failed}}#ee4444{{/failed}}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"channel": "#commits"
|
"channel": "#commits"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user