mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-31 14:07:39 +08:00
Rename Google Cloud SDK to CLI (#8335)
This commit is contained in:
committed by
GitHub
parent
efb0feba5e
commit
601b21b1a6
11
images/win/scripts/Installers/Install-GoogleCloudCLI.ps1
Normal file
11
images/win/scripts/Installers/Install-GoogleCloudCLI.ps1
Normal file
@@ -0,0 +1,11 @@
|
||||
################################################################################
|
||||
## File: Install-GoogleCloudCLI.ps1
|
||||
## Desc: Install Google Cloud CLI
|
||||
################################################################################
|
||||
|
||||
# https://cloud.google.com/sdk/docs/downloads-interactive
|
||||
$googleCloudCLIInstaller = "https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe"
|
||||
$argumentList = @("/S", "/allusers", "/noreporting")
|
||||
Install-Binary -Url $googleCloudCLIInstaller -Name "GoogleCloudSDKInstaller.exe" -ArgumentList $argumentList
|
||||
|
||||
Invoke-PesterTests -TestFile "Tools" -TestName "GoogleCloudCLI"
|
||||
Reference in New Issue
Block a user