chore: fix teamcity example badge listings (#3759)
Refs https://github.com/badges/shields/pull/3717#discussion_r305633151
This commit is contained in:
committed by
Paul Melnikow
parent
f251de395d
commit
21a67b9511
@@ -46,7 +46,7 @@ module.exports = class TeamCityBuild extends TeamCityBase {
|
||||
pattern: ':protocol/:hostAndPath/s/:buildId',
|
||||
namedParams: {
|
||||
protocol: 'https',
|
||||
hostAndPath: 'https/teamcity.jetbrains.com',
|
||||
hostAndPath: 'teamcity.jetbrains.com',
|
||||
buildId: 'IntelliJIdeaCe_JavaDecompilerEngineTests',
|
||||
},
|
||||
staticPreview: this.render({
|
||||
@@ -58,7 +58,7 @@ module.exports = class TeamCityBuild extends TeamCityBase {
|
||||
pattern: ':protocol/:hostAndPath/e/:buildId',
|
||||
namedParams: {
|
||||
protocol: 'https',
|
||||
hostAndPath: 'https/teamcity.jetbrains.com',
|
||||
hostAndPath: 'teamcity.jetbrains.com',
|
||||
buildId: 'bt345',
|
||||
},
|
||||
staticPreview: this.render({
|
||||
|
||||
@@ -48,7 +48,7 @@ module.exports = class TeamCityCoverage extends TeamCityBase {
|
||||
pattern: ':protocol/:hostAndPath/s/:buildId',
|
||||
namedParams: {
|
||||
protocol: 'https',
|
||||
hostAndPath: 'https/teamcity.jetbrains.com',
|
||||
hostAndPath: 'teamcity.jetbrains.com',
|
||||
buildId: 'ReactJSNet_PullRequests',
|
||||
},
|
||||
staticPreview: this.render({
|
||||
|
||||
Reference in New Issue
Block a user