mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 00:06:57 +00:00
fix minikube version output (#3352)
This commit is contained in:
committed by
GitHub
parent
a5ee51f72d
commit
dc6dc83742
@@ -135,7 +135,7 @@ function Get-KubectlVersion {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function Get-MinikubeVersion {
|
function Get-MinikubeVersion {
|
||||||
$minikubeVersion = minikube version --short | Take-OutputPart -Part 2 | Take-OutputPart -Part 0 -Delimiter "v"
|
$minikubeVersion = minikube version --short | Take-OutputPart -Part 0 -Delimiter "v"
|
||||||
return "Minikube $minikubeVersion"
|
return "Minikube $minikubeVersion"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user