From f6db7436626dba58b33a0be41455ce9ffda0a0df Mon Sep 17 00:00:00 2001 From: Pierre Bastianelli Date: Mon, 16 Dec 2024 11:22:45 -0800 Subject: [PATCH] Revert "chore: install oc" This reverts commit bba0cf7b73f9bb844652ee48c1e909e94b03e1c3. --- .github/workflows/lint-chart.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/lint-chart.yml b/.github/workflows/lint-chart.yml index afdcae3c6a..7bb6223f85 100644 --- a/.github/workflows/lint-chart.yml +++ b/.github/workflows/lint-chart.yml @@ -10,10 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Install oc - uses: redhat-actions/oc-installer@v1 - with: - oc_version: "4.10" - name: Authenticate to OpenShift Linter namespace uses: redhat-actions/oc-login@v1 with: