[ubuntu] Remove google-cloud-sdk repo (#3199)

This commit is contained in:
Aleksandr Chebotov
2021-04-16 19:24:24 +03:00
committed by GitHub
parent 0c6c332678
commit 4a2e5bca16
2 changed files with 12 additions and 2 deletions

View File

@@ -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 {