Skip to content

Commit

Permalink
Merge pull request #201 from marko-bekhta/build/install-oc
Browse files Browse the repository at this point in the history
Add a build step to explicitly install OC
  • Loading branch information
yrodiere authored Jan 2, 2025
2 parents 4bdbe4a + 4f1e390 commit 5a832ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
distribution: temurin
java-version: 17

- name: Install CLI tools from OpenShift Mirror
uses: redhat-actions/openshift-tools-installer@v1
with:
oc: "latest"

- name: Log in to OpenShift
uses: redhat-actions/oc-login@v1
with:
Expand Down

0 comments on commit 5a832ce

Please sign in to comment.