Skip to content

Commit 97e2dc5

Browse files
Fixing .yaml to .yml bug on operatorhub pipeline (#1132)
1 parent eb58da6 commit 97e2dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/operatorhub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
cp ./cluster-operator.yml ./OLM-Package-Repo/generate_OLM/generate_OLM_cluster_operator/manifests_crds
4040
cp ./config/crd/bases/rabbitmq.com_rabbitmqclusters.yaml ./OLM-Package-Repo/generate_OLM/generate_OLM_cluster_operator/manifests_crds/crds.yaml
4141
cd ./OLM-Package-Repo/generate_OLM/generate_OLM_cluster_operator/
42-
python3 generate-olm-package.py ./manifests_crds/cluster-operator.yaml ${{ env.RELEASE_VERSION }} ./../../OLM2/rabbitmq-cluster-operator
42+
python3 generate-olm-package.py ./manifests_crds/cluster-operator.yml ${{ env.RELEASE_VERSION }} ./../../OLM2/rabbitmq-cluster-operator
4343
cp ./generators/cluster-service-version-generator-openshift.yml ./generators/cluster-service-version-generator.yml
44-
python3 generate-olm-package.py ./manifests_crds/cluster-operator.yaml ${{ env.RELEASE_VERSION }} ./../../OLM2/rabbitmq-cluster-operator-openshift
44+
python3 generate-olm-package.py ./manifests_crds/cluster-operator.yml ${{ env.RELEASE_VERSION }} ./../../OLM2/rabbitmq-cluster-operator-openshift
4545
4646
# Create the PR to OperatorHUB
4747
- name: CreateOperatorHubPR

0 commit comments

Comments
 (0)