Skip to content

Commit

Permalink
Merge pull request #18018 from n1hility/fix-win-inst-ci-large-env
Browse files Browse the repository at this point in the history
Fix Win install task failures with large PR bodies
  • Loading branch information
openshift-merge-robot authored Apr 3, 2023
2 parents f3c5c8f + 78e7ade commit facb5b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/cirrus/win-installer-main.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit facb5b0

Please sign in to comment.