mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-18 15:56:47 +00:00
Update name for oc cli to OpenShift CLI (#2949)
This commit is contained in:
@@ -286,7 +286,7 @@ function Get-NetlifyCliVersion {
|
|||||||
|
|
||||||
function Get-OCCliVersion {
|
function Get-OCCliVersion {
|
||||||
$ocVersion = oc version | Take-OutputPart -Part 2 | Take-OutputPart -Part 0 -Delimiter "-"
|
$ocVersion = oc version | Take-OutputPart -Part 2 | Take-OutputPart -Part 0 -Delimiter "-"
|
||||||
return "oc CLI $ocVersion"
|
return "OpenShift CLI $ocVersion"
|
||||||
}
|
}
|
||||||
|
|
||||||
function Get-ORASCliVersion {
|
function Get-ORASCliVersion {
|
||||||
@@ -316,4 +316,4 @@ function Get-SphinxVersion {
|
|||||||
|
|
||||||
function Get-YamllintVersion {
|
function Get-YamllintVersion {
|
||||||
return "$(yamllint --version)"
|
return "$(yamllint --version)"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user