mirror of https://github.com/rancher/ui.git
commit
c231e12b76
|
|
@ -86,7 +86,10 @@ var C = {
|
|||
type: 'build-only'
|
||||
}],
|
||||
|
||||
DEMO_REPOSITORIES: [{ url: 'https://github.com/rancher/pipeline-example-php.git', }, { url: 'https://github.com/rancher/pipeline-example-maven.git', }
|
||||
DEMO_REPOSITORIES: [
|
||||
{ url: 'https://github.com/rancher/pipeline-example-go.git' },
|
||||
{ url: 'https://github.com/rancher/pipeline-example-maven.git' },
|
||||
{ url: 'https://github.com/rancher/pipeline-example-php.git' },
|
||||
]
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue