mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
[ubuntu] Remove google-cloud-sdk repo (#3199)
This commit is contained in:
committed by
GitHub
parent
0c6c332678
commit
4a2e5bca16
@@ -95,7 +95,8 @@ function Get-GitFTPVersion {
|
||||
}
|
||||
|
||||
function Get-GoogleCloudSDKVersion {
|
||||
return "$(gcloud --version | Select-Object -First 1)"
|
||||
$aptSourceRepo = Get-AptSourceRepository -PackageName "google-cloud-sdk"
|
||||
return "$(gcloud --version | Select-Object -First 1) (apt source repository: $aptSourceRepo)"
|
||||
}
|
||||
|
||||
function Get-HavegedVersion {
|
||||
|
||||
Reference in New Issue
Block a user