Skip to content

Commit 58d9181

Browse files
committed
NO-JIRA: Updates CEL expression in pipeline configs not to use CWD ref
1 parent 69960ad commit 58d9181

16 files changed

+16
-16
lines changed

.tekton/cert-manager-operator-fbc-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
1111
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
12-
== "main" && ( "./catalog/***".pathChanged() || ".tekton/cert-manager-operator-fbc-pull-request.yaml".pathChanged()
12+
== "main" && ( "catalog/***".pathChanged() || ".tekton/cert-manager-operator-fbc-pull-request.yaml".pathChanged()
1313
)
1414
creationTimestamp: null
1515
labels:

.tekton/cert-manager-operator-fbc-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11-
== "main" && ( "./catalog/***".pathChanged() || ".tekton/cert-manager-operator-fbc-push.yaml".pathChanged()
11+
== "main" && ( "catalog/***".pathChanged() || ".tekton/cert-manager-operator-fbc-push.yaml".pathChanged()
1212
)
1313
creationTimestamp: null
1414
labels:

.tekton/cert-manager-operator-index-4-14-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
1111
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()
12+
== "main" && ( "catalogs/v4.14/***".pathChanged() || ".tekton/cert-manager-operator-index-4-14-pull-request.yaml".pathChanged()
1313
)
1414
creationTimestamp: null
1515
labels:

.tekton/cert-manager-operator-index-4-14-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
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()
11+
== "main" && ( "catalogs/v4.14/***".pathChanged() || ".tekton/cert-manager-operator-index-4-14-push.yaml".pathChanged()
1212
)
1313
creationTimestamp: null
1414
labels:

.tekton/cert-manager-operator-index-4-15-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
1111
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
12-
== "main" && ( "./catalogs/v4.15/***".pathChanged() || ".tekton/cert-manager-operator-index-4-15-pull-request.yaml".pathChanged()
12+
== "main" && ( "catalogs/v4.15/***".pathChanged() || ".tekton/cert-manager-operator-index-4-15-pull-request.yaml".pathChanged()
1313
)
1414
creationTimestamp: null
1515
labels:

.tekton/cert-manager-operator-index-4-15-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11-
== "main" && ( "./catalogs/v4.15/***".pathChanged() || ".tekton/cert-manager-operator-index-4-15-push.yaml".pathChanged()
11+
== "main" && ( "catalogs/v4.15/***".pathChanged() || ".tekton/cert-manager-operator-index-4-15-push.yaml".pathChanged()
1212
)
1313
creationTimestamp: null
1414
labels:

.tekton/cert-manager-operator-index-4-16-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
1111
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
12-
== "main" && ( "./catalogs/v4.16/***".pathChanged() || ".tekton/cert-manager-operator-index-4-16-pull-request.yaml".pathChanged()
12+
== "main" && ( "catalogs/v4.16/***".pathChanged() || ".tekton/cert-manager-operator-index-4-16-pull-request.yaml".pathChanged()
1313
)
1414
creationTimestamp: null
1515
labels:

.tekton/cert-manager-operator-index-4-16-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11-
== "main" && ( "./catalogs/v4.16/***".pathChanged() || ".tekton/cert-manager-operator-index-4-16-push.yaml".pathChanged()
11+
== "main" && ( "catalogs/v4.16/***".pathChanged() || ".tekton/cert-manager-operator-index-4-16-push.yaml".pathChanged()
1212
)
1313
creationTimestamp: null
1414
labels:

.tekton/cert-manager-operator-index-4-17-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
1111
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
12-
== "main" && ( "./catalogs/v4.17/***".pathChanged() || ".tekton/cert-manager-operator-index-4-17-pull-request.yaml".pathChanged()
12+
== "main" && ( "catalogs/v4.17/***".pathChanged() || ".tekton/cert-manager-operator-index-4-17-pull-request.yaml".pathChanged()
1313
)
1414
creationTimestamp: null
1515
labels:

.tekton/cert-manager-operator-index-4-17-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11-
== "main" && ( "./catalogs/v4.17/***".pathChanged() || ".tekton/cert-manager-operator-index-4-17-push.yaml".pathChanged()
11+
== "main" && ( "catalogs/v4.17/***".pathChanged() || ".tekton/cert-manager-operator-index-4-17-push.yaml".pathChanged()
1212
)
1313
creationTimestamp: null
1414
labels:

0 commit comments

Comments
 (0)