Skip to content

Commit bad3272

Browse files
ibuziukl0rd
authored andcommitted
chore: Adding oc install step to the gh action
Signed-off-by: Ilya Buziuk <[email protected]>
1 parent 30530ca commit bad3272

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ubi9-vscode-startup.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
token=$(jq -r '.inputs.sandboxToken' $GITHUB_EVENT_PATH)
2424
echo "::add-mask::$token"
2525
echo "cluster-token=$token" >> "$GITHUB_OUTPUT"
26+
- name: Install oc
27+
run: |
28+
wget https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/linux/oc.tar.gz
29+
tar -xvf oc.tar.gz
30+
sudo mv oc /usr/local/bin/
2631
- name: Checkout
2732
uses: actions/checkout@v4
2833
- name: Login to Dev Sandbox

0 commit comments

Comments
 (0)