Skip to content

Commit adaf3ac

Browse files
authored
oc has a version subcommand, not a flag (#484)
Signed-off-by: Jose R. Gonzalez <[email protected]>
1 parent 5c18bbd commit adaf3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
curl -sLO https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable/openshift-client-linux.tar.gz
8989
tar zxvf openshift-client-linux.tar.gz -C /usr/local/bin/
9090
which oc
91-
oc --version --client=true
91+
oc version --client=true
9292
9393
- name: Build podman Image
9494
working-directory: ./chart-verifier

0 commit comments

Comments
 (0)