Skip to content

Commit

Permalink
GHA: remove oc-login step
Browse files Browse the repository at this point in the history
oc login handled by shell script instead as of 30f59cf, but forgot to remove the original GHA step at the time
  • Loading branch information
norrisng-bc committed Jan 6, 2025
1 parent 25ee11d commit b2183db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/on-pr-closed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Login to OpenShift Cluster
uses: redhat-actions/oc-login@v1
with:
oc: "4"
- name: Login to OpenShift and select project
shell: bash
run: |
Expand Down

0 comments on commit b2183db

Please sign in to comment.