Mesa (main): ci/vs2019: Clear CI_COMMIT_MESSAGE and CI_COMMIT_DESCRIPTION for please meson

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 2 19:35:32 UTC 2022


Module: Mesa
Branch: main
Commit: 2deee5ddb3e1cadb1dc9768230eb2bc2c7372b00
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2deee5ddb3e1cadb1dc9768230eb2bc2c7372b00

Author: Yonggang Luo <luoyonggang at gmail.com>
Date:   Thu Jun  2 05:31:14 2022 +0800

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 at gmail.com>
Acked-by: Jesse Natalie <jenatali at microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16825>

---

 .gitlab-ci/windows/mesa_build.ps1 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci/windows/mesa_build.ps1 b/.gitlab-ci/windows/mesa_build.ps1
index 46a18666f0d..885069204e2 100644
--- a/.gitlab-ci/windows/mesa_build.ps1
+++ b/.gitlab-ci/windows/mesa_build.ps1
@@ -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



More information about the mesa-commit mailing list