Skip to content

Commit

Permalink
fix-ci3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobrz committed Nov 13, 2024
1 parent 724b114 commit f885b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kubernetes-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
curl -LO ${OPERATOR_SDK_DL_URL}/operator-sdk_${OS}_${ARCH}
chmod +x operator-sdk_${OS}_${ARCH} && sudo mv operator-sdk_${OS}_${ARCH} /usr/local/bin/operator-sdk
operator-sdk olm install
kubectl get catalogsource operatorhubio-catalog -o json
kubectl get catalogsource operatorhubio-catalog -o json -n olm
- name: Fetch package names from the "olm" namespace
run: kubectl get packagemanifest -n olm
- name: Set up JDK 17
Expand Down

0 comments on commit f885b9a

Please sign in to comment.