From 907693189fbccdf0c2be3c44904bff3645fc4e77 Mon Sep 17 00:00:00 2001 From: Kyle Morel Date: Mon, 16 Dec 2024 13:54:48 -0800 Subject: [PATCH] Add oc install to test and prod pipelines --- .github/workflows/on-push.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/on-push.yaml b/.github/workflows/on-push.yaml index 45caf886..540e85f6 100644 --- a/.github/workflows/on-push.yaml +++ b/.github/workflows/on-push.yaml @@ -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: @@ -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: