File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
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
- ( "./catalogs/v4.14/***".pathChanged() || ".tekton/cert-manager-operator-index-4-14-pull-request.yaml".pathChanged() )
11
+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
12
+ == "main" && ( "./catalogs/v4.14/***".pathChanged() || ".tekton/cert-manager-operator-index-4-14-pull-request.yaml".pathChanged()
13
+ )
13
14
creationTimestamp : null
14
15
labels :
15
16
appstudio.openshift.io/application : cert-manager-operator-index-4-14
@@ -32,12 +33,13 @@ spec:
32
33
- name : path-context
33
34
value : catalogs/v4.14
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-index-4-14
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
- ( "./catalogs/v4.14/***".pathChanged() || ".tekton/cert-manager-operator-index-4-14-push.yaml".pathChanged() )
10
+ pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
11
+ == "main" && ( "./catalogs/v4.14/***".pathChanged() || ".tekton/cert-manager-operator-index-4-14-push.yaml".pathChanged()
12
+ )
12
13
creationTimestamp : null
13
14
labels :
14
15
appstudio.openshift.io/application : cert-manager-operator-index-4-14
@@ -29,12 +30,13 @@ spec:
29
30
- name : path-context
30
31
value : catalogs/v4.14
31
32
- name : build-args
32
- value : [ ]
33
+ value : []
33
34
pipelineRef :
34
35
name : fbc-build-pipeline
35
- taskRunTemplate : {}
36
+ taskRunTemplate :
37
+ serviceAccountName : build-pipeline-cert-manager-operator-index-4-14
36
38
workspaces :
37
39
- name : git-auth
38
40
secret :
39
41
secretName : ' {{ git_auth_secret }}'
40
- status : {}
42
+ status : {}
You can’t perform that action at this time.
0 commit comments