mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Fix Google CloudSDK version output (#6550)
This commit is contained in:
committed by
GitHub
parent
b4ef4c2dc8
commit
89b1d058fb
@@ -258,7 +258,7 @@ function Get-StackVersion {
|
||||
}
|
||||
|
||||
function Get-GoogleCloudSDKVersion {
|
||||
(gcloud --version) -match "Google Cloud SDK"
|
||||
(cmd /c "gcloud --version") -match "Google Cloud SDK"
|
||||
}
|
||||
|
||||
function Get-ServiceFabricSDKVersion {
|
||||
|
||||
Reference in New Issue
Block a user