Skip to content

Commit

Permalink
Merge pull request #221 from bcgov/cicd/oc-install
Browse files Browse the repository at this point in the history
Add oc install to test and prod pipelines
  • Loading branch information
kyle1morel authored Dec 16, 2024
2 parents 83dd98d + 9076931 commit e13963d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install oc-cli
uses: redhat-actions/openshift-tools-installer@v1
with:
oc: "4.16"
- name: Deploy to Test
uses: ./.github/actions/deploy-to-environment
with:
Expand All @@ -100,6 +104,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install oc-cli
uses: redhat-actions/openshift-tools-installer@v1
with:
oc: "4.16"
- name: Deploy to Prod
uses: ./.github/actions/deploy-to-environment
with:
Expand Down

0 comments on commit e13963d

Please sign in to comment.