mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-06 10:07:30 +08:00
Remove log messages
This commit is contained in:
@@ -12,9 +12,6 @@ az login --service-principal --username $ClientId --password $ClientSecret --ten
|
||||
|
||||
$TempResourceGroupName = "${ResourcesNamePrefix}_${Image}"
|
||||
|
||||
Write-Host "ResourcesNamePrefix = $ResourcesNamePrefix"
|
||||
Write-Host "TempResourceGroupName = $TempResourceGroupName"
|
||||
|
||||
$groupExist = az group exists --name $TempResourceGroupName --subscription $SubscriptionId | Out-Null
|
||||
if ($groupExist -eq "true") {
|
||||
Write-Host "Found a match, deleting temporary files"
|
||||
|
||||
Reference in New Issue
Block a user