Skip to content

Commit d08dbde

Browse files
Fixed operator upgrade test workflow (#630)
1 parent aad9222 commit d08dbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
chmod +x kustomize && mkdir -p ./bin/ && mv kustomize ./bin/kustomize
5050
5151
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
52+
chmod +x operator-sdk && sudo mv operator-sdk /usr/local/bin/operator-sdk
5353
5454
opm version
5555
oc version

0 commit comments

Comments
 (0)