From 5e728ee9468b44ba741b91ab8c53161695854628 Mon Sep 17 00:00:00 2001 From: loganhz Date: Thu, 6 Sep 2018 16:32:16 +0800 Subject: [PATCH] Add pipeline go example --- lib/shared/addon/utils/pipeline-constants.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/shared/addon/utils/pipeline-constants.js b/lib/shared/addon/utils/pipeline-constants.js index 8ca6b199b..9c1c09ba2 100644 --- a/lib/shared/addon/utils/pipeline-constants.js +++ b/lib/shared/addon/utils/pipeline-constants.js @@ -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' }, ] };