mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Merge pull request #18018 from n1hility/fix-win-inst-ci-large-env
Fix Win install task failures with large PR bodies
This commit is contained in:
@ -33,6 +33,10 @@ Remove-Item Env:\GOPATH
|
||||
Remove-Item Env:\GOSRC
|
||||
Remove-Item Env:\GOCACHE
|
||||
|
||||
# Drop large known env variables (an env > 32k will break MSI/ICE validation)
|
||||
Remove-Item Env:\CIRRUS_COMMIT_MESSAGE
|
||||
Remove-Item Env:\CIRRUS_PR_BODY
|
||||
|
||||
Set-Location contrib\win-installer
|
||||
|
||||
# Download and extract alt_build win release zip
|
||||
|
Reference in New Issue
Block a user