Skip to content

Commit aad9222

Browse files
Fixed missing operator-sdk (#629)
1 parent 4503654 commit aad9222

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/openshift-upgrade-test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,12 @@ jobs:
4848
tar xvf kustomize.tar.gz
4949
chmod +x kustomize && mkdir -p ./bin/ && mv kustomize ./bin/kustomize
5050
51+
wget https://github.com/operator-framework/operator-sdk/releases/download/v1.22.2/operator-sdk_linux_amd64 -O operator-sdk -q
52+
chmod +x operator-sdk && sudo mv oc /usr/local/bin/operator-sdk
53+
5154
opm version
5255
oc version
56+
operator-sdk version
5357
5458
- name: Login to registry
5559
run: docker login -u="${{ secrets.OPENSHIFT_UPGRADE_BOT_USERNAME }}" -p="${{ secrets.OPENSHIFT_UPGRADE_BOT_PASSWORD }}" quay.io

0 commit comments

Comments
 (0)