We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30530ca commit bad3272Copy full SHA for bad3272
.github/workflows/ubi9-vscode-startup.yaml
@@ -23,6 +23,11 @@ jobs:
23
token=$(jq -r '.inputs.sandboxToken' $GITHUB_EVENT_PATH)
24
echo "::add-mask::$token"
25
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/
31
- name: Checkout
32
uses: actions/checkout@v4
33
- name: Login to Dev Sandbox
0 commit comments