Skip to content

Commit

Permalink
Fix olm action (#1812)
Browse files Browse the repository at this point in the history
* test_olm

* fix cluster-operator manifest path on openshift flow

---------

Co-authored-by: DanielePalaia <daniele985@@gmail.com>
  • Loading branch information
DanielePalaia and DanielePalaia authored Jan 22, 2025
1 parent 89df4b9 commit 0cb65ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing_and_publishing_OLM_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
mkdir upload
mv "$BUNDLE_VERSION" ./upload
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
poetry run generate_bundle ./rabbitmq_olm_package_repo/manifests_crds/cluster-operator.yaml $BUNDLE_VERSION ./
poetry run generate_bundle ./../releases/cluster-operator.yml $BUNDLE_VERSION ./
mv "$BUNDLE_VERSION" ./upload/$BUNDLE_VERSION-openshift
- name: Upload OLM Package
Expand Down

0 comments on commit 0cb65ca

Please sign in to comment.