Skip to content

Commit

Permalink
Add oc tools to production workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad committed Oct 15, 2024
1 parent 87c1012 commit 0f295d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
const pr = pulls.data.find( ({state}) => state === 'open')
core.exportVariable('SUFFIX', `pr-${pr.number}`);
- uses: actions/checkout@v4
- name: Install OpenShift CLI tools
uses: redhat-actions/openshift-tools-installer@v1
with:
oc: "4.14"
- name: Provision to production
run: |
echo Login
Expand Down

0 comments on commit 0f295d1

Please sign in to comment.