Skip to content
Snippets Groups Projects
Unverified Commit ccd23f9b authored by Pierre-Yves Bigourdan's avatar Pierre-Yves Bigourdan Committed by GitHub
Browse files

Improve Wercker examples (#7720)

parent f957c1ce
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ export default class Wercker extends BaseJsonService {
documentation: werckerCIDocumentation,
},
{
title: `Wercker CI Run`,
title: `Wercker CI Run (branch)`,
pattern: 'ci/:applicationId/:branch',
namedParams: {
applicationId: '559e33c8e982fc615500b357',
......@@ -68,7 +68,7 @@ export default class Wercker extends BaseJsonService {
staticPreview: this.render({ result: 'passed' }),
},
{
title: `Wercker Build branch`,
title: `Wercker Build (branch)`,
pattern: 'build/:userName/:applicationName/:branch',
namedParams: {
userName: 'wercker',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment