mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[windows] Fix Google Cloud CLI signature (#10092)
This commit is contained in:
committed by
GitHub
parent
d0b14aa29e
commit
4edcdf297d
@@ -7,6 +7,6 @@
|
|||||||
Install-Binary `
|
Install-Binary `
|
||||||
-Url 'https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe' `
|
-Url 'https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe' `
|
||||||
-InstallArgs @("/S", "/allusers", "/noreporting") `
|
-InstallArgs @("/S", "/allusers", "/noreporting") `
|
||||||
-ExpectedSignature '2673EA6CC23BEFFDA49AC715B121544098A1284C'
|
-ExpectedSignature '607A3EDAA64933E94422FC8F0C80388E0590986C'
|
||||||
|
|
||||||
Invoke-PesterTests -TestFile "Tools" -TestName "GoogleCloudCLI"
|
Invoke-PesterTests -TestFile "Tools" -TestName "GoogleCloudCLI"
|
||||||
|
|||||||
Reference in New Issue
Block a user