ci: rename *.log to *.txt to work around gitlab bug

Signed-off-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24620>
This commit is contained in:
Eric Engestrom
2023-08-10 20:52:14 +01:00
committed by Marge Bot
parent 0fb9064231
commit 51511892c6

View File

@@ -53,6 +53,9 @@ default:
unset CI_JOB_JWT # Unsetting vulnerable env variables
after_script:
# Work around https://gitlab.com/gitlab-org/gitlab/-/issues/20338
- find -name '*.log' -exec mv {} {}.txt \;
- >
set +x