Skip to content

Commit

Permalink
Merge pull request #59 from bcgov/feature/rule-relations
Browse files Browse the repository at this point in the history
Fix issue with openshift deploy.
  • Loading branch information
brysonjbest authored Dec 17, 2024
2 parents ed8bc14 + ec20567 commit 56637c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install OpenShift CLI
run: |
curl -LO https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/linux/oc.tar.gz
tar -xvf oc.tar.gz
sudo mv oc /usr/local/bin
- name: Authenticate and set context for OpenShift
uses: redhat-actions/oc-login@v1

Expand Down

0 comments on commit 56637c4

Please sign in to comment.