Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 2e6b890

Browse files
Update toolchain to use IBM master repo (#21)
1 parent 4f5e255 commit 2e6b890

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.bluemix/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ stages:
33
- name: BUILD
44
inputs:
55
- type: git
6-
branch: toolchain-test
6+
branch: master
77
service: ${SAMPLE_REPO}
88
triggers:
99
- type: commit
@@ -65,5 +65,5 @@ hooks:
6565
- enabled: true
6666
label: null
6767
ssl_enabled: false
68-
url: |
68+
url: >-
6969
https://devops-api-integration.stage1.ng.bluemix.net/v1/messaging/webhook/publish

.bluemix/toolchain.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ sample-repo:
1313
service_id: githubpublic
1414
parameters:
1515
repo_name: "{{name}}"
16-
repo_url: |
17-
https://github.com/AnthonyAmanse/spring-boot-microservices-on-kubernetes.git
16+
repo_url: >-
17+
https://github.com/IBM/spring-boot-microservices-on-kubernetes.git
1818
type: clone
1919
has_issues: false
2020

0 commit comments

Comments
 (0)