Skip to content

Commit

Permalink
Merge pull request bpfman#12 from msherif1234/fix-catalog
Browse files Browse the repository at this point in the history
Fix catalog
  • Loading branch information
msherif1234 authored Oct 10, 2024
2 parents ef01301 + 07f2d80 commit 99d2b2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ metadata:
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" &&
(".tekton/bpfman-operator-catalog-pull-request.yaml".pathChanged() ||
(".tekton/ocp-bpfman-operator-catalog-pull-request.yaml".pathChanged() ||
"Containerfile.catalog.openshift-4.17".pathChanged() ||
"catalog/***".pathChanged())
creationTimestamp: null
labels:
appstudio.openshift.io/application: fbc-4-17
appstudio.openshift.io/component: bpfman-operator-catalog
appstudio.openshift.io/component: ocp-bpfman-operator-catalog
pipelines.appstudio.openshift.io/type: build
name: bpfman-operator-catalog-on-pull-request
namespace: ocp-bpfman-tenant
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ metadata:
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" &&
( ".tekton/bpfman-operator-catalog-pull-request.yaml".pathChanged() ||
".tekton/bpfman-operator-catalog-push.yaml".pathChanged() ||
( ".tekton/ocp-bpfman-operator-catalog-pull-request.yaml".pathChanged() ||
".tekton/ocp-bpfman-operator-catalog-push.yaml".pathChanged() ||
"Containerfile.catalog.openshift-4.17".pathChanged() ||
"catalog/***".pathChanged() ||
"hack/update_catalog.sh".pathChanged())
creationTimestamp: null
labels:
appstudio.openshift.io/application: fbc-4-17
appstudio.openshift.io/component: bpfman-operator-catalog
appstudio.openshift.io/component: ocp-bpfman-operator-catalog
pipelines.appstudio.openshift.io/type: build
name: bpfman-operator-catalog-on-push
namespace: ocp-bpfman-tenant
Expand Down

0 comments on commit 99d2b2a

Please sign in to comment.