Skip to content

Commit 0cb65ca

Browse files
DanielePalaiaDanielePalaia
and
DanielePalaia
authored
Fix olm action (#1812)
* test_olm * fix cluster-operator manifest path on openshift flow --------- Co-authored-by: DanielePalaia <daniele985@@gmail.com>
1 parent 89df4b9 commit 0cb65ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing_and_publishing_OLM_bundle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
mkdir upload
9898
mv "$BUNDLE_VERSION" ./upload
9999
cp ./rabbitmq_olm_package_repo/generators/cluster_operator_generators/cluster-service-version-generator-openshift.yml ./rabbitmq_olm_package_repo/generators/cluster_operator_generators/cluster-service-version-generator.yml
100-
poetry run generate_bundle ./rabbitmq_olm_package_repo/manifests_crds/cluster-operator.yaml $BUNDLE_VERSION ./
100+
poetry run generate_bundle ./../releases/cluster-operator.yml $BUNDLE_VERSION ./
101101
mv "$BUNDLE_VERSION" ./upload/$BUNDLE_VERSION-openshift
102102
103103
- name: Upload OLM Package

0 commit comments

Comments
 (0)