ci/vs2019: Clear CI_COMMIT_MESSAGE and CI_COMMIT_DESCRIPTION for please meson
Fixes https://gitlab.freedesktop.org/lygstate/mesa/-/jobs/23444155/raw https://gist.github.com/lygstate/201dd9d2db3d411668f7bbdc17daf74a Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16825>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
# Clear CI_COMMIT_MESSAGE and CI_COMMIT_DESCRIPTION for please meson
|
||||
# when the commit message is complicated
|
||||
$env:CI_COMMIT_MESSAGE=""
|
||||
$env:CI_COMMIT_DESCRIPTION=""
|
||||
|
||||
# force the CA cert cache to be rebuilt, in case Meson tries to access anything
|
||||
Write-Host "Refreshing Windows TLS CA cache"
|
||||
(New-Object System.Net.WebClient).DownloadString("https://github.com") >$null
|
||||
|
Reference in New Issue
Block a user