Skip to content

Commit

Permalink
Revert "win-installer test: revert to v5.3.0"
Browse files Browse the repository at this point in the history
This reverts commit 916b805.

Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
  • Loading branch information
l0rd committed Dec 12, 2024
1 parent e3d2463 commit 78f37fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions contrib/cirrus/win-installer-main.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env powershell

. $PSScriptRoot\win-lib.ps1
. $PSScriptRoot\..\win-installer\utils.ps1

if ($Env:CI -eq "true") {
$WIN_INST_FOLDER = "$ENV:CIRRUS_WORKING_DIR\repo\contrib\win-installer"
Expand Down
12 changes: 0 additions & 12 deletions contrib/win-installer/test-installer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -204,18 +204,6 @@ function Remove-Podman-Machine-Conf {
Write-Host "Deletion successful!`n"
}

function Get-Latest-Podman-Setup-From-GitHub {
$tag = "5.3.0"
Write-Host "Downloading the $tag Podman windows setup from GitHub..."
$downloadUrl = "/~https://github.com/containers/podman/releases/download/v$tag/podman-$tag-setup.exe"
Write-Host "Downloading URL: $downloadUrl"
$destinationPath = "$PSScriptRoot\podman-$tag-setup.exe"
Write-Host "Destination Path: $destinationPath"
Invoke-WebRequest -Uri $downloadUrl -OutFile $destinationPath
Write-Host "Command completed successfully!`n"
return $destinationPath
}

function Test-Installation {
param (
[ValidateSet("wsl", "hyperv")]
Expand Down

0 comments on commit 78f37fe

Please sign in to comment.