File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ metadata:
8
8
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
9
9
pipelinesascode.tekton.dev/cancel-in-progress : " true"
10
10
pipelinesascode.tekton.dev/max-keep-runs : " 3"
11
- pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "main" &&
12
- ( "./catalog/***".pathChanged() || ".tekton/cert-manager-operator-fbc-pull-request.yaml".pathChanged() )
11
+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
12
+ == "main" && ( "./catalog/***".pathChanged() || ".tekton/cert-manager-operator-fbc-pull-request.yaml".pathChanged()
13
+ )
13
14
creationTimestamp : null
14
15
labels :
15
16
appstudio.openshift.io/application : cert-manager-operator-fbc
@@ -32,12 +33,13 @@ spec:
32
33
- name : path-context
33
34
value : .
34
35
- name : build-args
35
- value : [ ]
36
+ value : []
36
37
pipelineRef :
37
38
name : fbc-build-pipeline
38
- taskRunTemplate : {}
39
+ taskRunTemplate :
40
+ serviceAccountName : build-pipeline-cert-manager-operator-fbc
39
41
workspaces :
40
42
- name : git-auth
41
43
secret :
42
44
secretName : ' {{ git_auth_secret }}'
43
- status : {}
45
+ status : {}
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ metadata:
7
7
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
8
8
pipelinesascode.tekton.dev/cancel-in-progress : " false"
9
9
pipelinesascode.tekton.dev/max-keep-runs : " 3"
10
- pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch == "main" &&
11
- ( "./catalog/***".pathChanged() || ".tekton/cert-manager-operator-fbc-push.yaml".pathChanged() )
10
+ pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
11
+ == "main" && ( "./catalog/***".pathChanged() || ".tekton/cert-manager-operator-fbc-push.yaml".pathChanged()
12
+ )
12
13
creationTimestamp : null
13
14
labels :
14
15
appstudio.openshift.io/application : cert-manager-operator-fbc
30
31
value : .
31
32
pipelineRef :
32
33
name : fbc-build-pipeline
33
- taskRunTemplate : {}
34
+ taskRunTemplate :
35
+ serviceAccountName : build-pipeline-cert-manager-operator-fbc
34
36
workspaces :
35
37
- name : git-auth
36
38
secret :
37
39
secretName : ' {{ git_auth_secret }}'
38
- status : {}
40
+ status : {}
You can’t perform that action at this time.
0 commit comments