mirror of
https://github.com/actions/runner-images.git
synced 2026-01-03 08:37:57 +08:00
Remove ssh legacy fix for Ubuntu Server 22.04 (#5645)
This commit is contained in:
committed by
GitHub
parent
0fec5d8152
commit
36ddf7491f
@@ -19,9 +19,6 @@ if (-not (Test-Path $TemplatePath))
|
||||
exit 1
|
||||
}
|
||||
|
||||
# Set Image repository path env variable, this is a workaround for Ubuntu 22.04 until this is fixed https://github.com/hashicorp/packer/issues/11733
|
||||
$env:ImageRepositoryPath = "."
|
||||
|
||||
$Image = [io.path]::GetFileName($TemplatePath).Split(".")[0]
|
||||
$TempResourceGroupName = "${ResourcesNamePrefix}_${Image}"
|
||||
$InstallPassword = [System.GUID]::NewGuid().ToString().ToUpper()
|
||||
|
||||
Reference in New Issue
Block a user