Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
scolomar authored Jan 13, 2025
1 parent 72a5341 commit 4bf6810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ jobs: #
uses: actions/checkout@v2
- name: oc
run: |
wget https://downloads-openshift-console.apps.openshift.sebastian-colomar.es/amd64/linux/oc.tar
tar xf oc.tar
wget https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable/openshift-client-linux.tar.gz
tar fxz openshift-client-linux.tar.gz
sudo cp oc /usr/local/bin
oc version
- name: login
Expand Down

0 comments on commit 4bf6810

Please sign in to comment.