Skip to content

Commit

Permalink
Merge pull request #155 from bcgov/uspa-changes-2024/main
Browse files Browse the repository at this point in the history
Updated Github Workflow: Install OpenShift CLI
  • Loading branch information
m7amad-github authored Dec 16, 2024
2 parents 3049dd7 + f4ee004 commit 2301f6b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
- name: Checkout Target Branch
uses: actions/checkout@v4

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

# Log in to OpenShift.
# Note: The secrets needed to log in are NOT available if the PR comes from a FORK.
# PR's must originate from a branch off the original repo or else all openshift `oc` commands will fail.
Expand Down Expand Up @@ -88,6 +93,12 @@ jobs:
# Checkout the PR branch
- name: Checkout Target Branch
uses: actions/checkout@v4

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

# Log in to OpenShift.
# Note: The secrets needed to log in are NOT available if the PR comes from a FORK.
# PR's must originate from a branch off the original repo or else all openshift `oc` commands will fail.
Expand Down

0 comments on commit 2301f6b

Please sign in to comment.