Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Actions, on PR closed: remove oc-login step, install oc #38

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

norrisng-bc
Copy link
Contributor

@norrisng-bc norrisng-bc commented Jan 6, 2025

Description

In #37, oc-login (GitHub Action) was supposedly replaced with oc login (shell script). For the on-pr-closed action, the shell script was added, but the corresponding GitHub action wasn't removed at the time. This PR removes it.

Installing oc during this same action was also left out in the earlier PR, so this has also been corrected.

https://apps.nrs.gov.bc.ca/int/jira/browse/SHOWCASE-3816

Types of changes

Bug fix (non-breaking change which fixes an issue)

Checklist

  • I have read the CONTRIBUTING doc
  • I have checked that unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Further comments

N/A

@norrisng-bc norrisng-bc requested a review from TimCsaky January 6, 2025 22:26
Copy link

github-actions bot commented Jan 6, 2025

Coverage Report (Application)

Totals Coverage
Statements: 73% ( 219 / 300 )
Methods: 62.86% ( 22 / 35 )
Lines: 77.5% ( 155 / 200 )
Branches: 64.62% ( 42 / 65 )

Copy link

github-actions bot commented Jan 6, 2025

Coverage Report (Frontend)

Totals Coverage
Statements: 28.94% ( 112 / 387 )
Methods: 31.48% ( 34 / 108 )
Lines: 32.09% ( 60 / 187 )
Branches: 19.57% ( 18 / 92 )

@norrisng-bc norrisng-bc force-pushed the chore/install-openshift-tools-fix branch from b2183db to 1eb322e Compare January 6, 2025 23:58
@norrisng-bc norrisng-bc changed the title GitHub Actions: remove oc-login step GitHub Actions, on PR close: remove oc-login step, install oc Jan 6, 2025
@norrisng-bc norrisng-bc changed the title GitHub Actions, on PR close: remove oc-login step, install oc GitHub Actions, on PR closed: remove oc-login step, install oc Jan 6, 2025
oc login handled by shell script instead as of 30f59cf, but forgot to remove the original GHA step at the time
also, install oc
@norrisng-bc norrisng-bc force-pushed the chore/install-openshift-tools-fix branch from 1eb322e to 3fd5c79 Compare January 7, 2025 00:04
@TimCsaky TimCsaky merged commit 37654fb into master Jan 7, 2025
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants