Skip to content

Commit 6c3f8fa

Browse files
authored
Correct path in bundle push job (#873)
Signed-off-by: Siddhesh Ghadi <[email protected]>
1 parent 83eead3 commit 6c3f8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tekton/openshift-gitops-operator-bundle-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
(
1313
files.all.exists(x, x.matches('bundle/')) ||
1414
files.all.exists(x, x.matches('bundle.Dockerfile')) ||
15-
files.all.exists(x, x.matches('.tekton/openshift-gitops-operator-bundle-push-request.yaml'))
15+
files.all.exists(x, x.matches('.tekton/openshift-gitops-operator-bundle-push.yaml'))
1616
)
1717
creationTimestamp: null
1818
labels:

0 commit comments

Comments
 (0)