Skip to content

Commit c7a3125

Browse files
committed
alpha to beta
1 parent c7a0a86 commit c7a3125

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.bluemix/tekton.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ triggers:
5050
- eventListener: DEPLOY
5151
name: DEPLOY
5252
type: manual
53+
- eventListener: BUILD-DEPLOY-two-task
54+
name: BUILD-DEPLOY-two-task
55+
type: manual
56+
- eventListener: BUILD-DEPLOY-one-task
57+
name: BUILD-DEPLOY-one-task
58+
type: manual
5359
- eventListener: ROTATE_STORAGE_CREDENTIALS
5460
name: ROTATE_STORAGE_CREDENTIALS
5561
type: manual
@@ -62,10 +68,10 @@ triggers:
6268
- eventListener: UNINSTALL
6369
name: UNINSTALL
6470
type: manual
65-
- eventListener: BUILD
71+
- eventListener: BUILD-DEPLOY-two-task
6672
branch: master
6773
events:
6874
push: true
69-
name: git-BUILD
75+
name: git-BUILD-DEPLOY-two-task
7076
type: git
7177
service: repo

.tekton/all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ spec:
265265
params:
266266
- name: script
267267
steps:
268-
- name: echoenvvar
268+
- name: execute-script
269269
image: ibmcom/pipeline-base-image
270270
envFrom:
271271
- configMapRef:

0 commit comments

Comments
 (0)