mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
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:
parent
c642ebf8ab
commit
2deee5ddb3
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue