Skip to content

Commit 24e8481

Browse files
committed
alpha to beta
1 parent 9079d96 commit 24e8481

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.bluemix/tekton.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ inputs:
22
- type: git
33
branch: ${GIT_BRANCH}
44
path: .tekton
5-
service: repo
5+
service: ${repo}
66
properties:
77
- name: GIT_REPO
88
value: ${GIT_REPO_URL}
@@ -73,5 +73,6 @@ triggers:
7373
events:
7474
push: true
7575
name: git-BUILD-DEPLOY-two-task
76+
properties: []
7677
type: git
77-
service: repo
78+
service: ${repo}

0 commit comments

Comments
 (0)