File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,11 +156,10 @@ jobs:
156156
157157 - name : Run chart-testing
158158 run : |
159- docker run --rm --entrypoint cat registry.redhat.io/openshift-serverless-1/serverless-operator-bundle:1.35.0 /manifests/operator_v1beta1_knativeeventing_crd.yaml > knative-eventing-crd.yaml
160- docker run --rm --entrypoint cat registry.redhat.io/openshift-serverless-1/serverless-operator-bundle:1.35.0 /manifests/operator_v1beta1_knativeserving_crd.yaml > knative-serving-crd.yaml
161- kubectl apply -f knative-eventing-crd.yaml
162- kubectl apply -f knative-serving-crd.yaml
163159
160+ kubectl apply -f orchestrator-infra/crds/knative-eventing/knative-eventing-crd.yaml
161+ kubectl apply -f orchestrator-infra/crds/knative-serving/knative-serving-crd.yaml
162+
164163 ct install \
165164 --debug \
166165 --config ct-install.yaml \
You can’t perform that action at this time.
0 commit comments