From 1c111bbe1196ef0db3ed393cd01c47e7efed8cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=CC=81=20de=20Hesselle?= Date: Wed, 4 Sep 2024 20:20:50 +0200 Subject: [PATCH] Make repo pristine before build Remove the downloaded archive as it taints git's status. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab0546970b..3e4da744fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -173,6 +173,7 @@ inkscape:macos: before_script: - wget.exe --quiet --no-check-certificate $IDW_RELEASE_URL - 7z x -oC:/ "$Env:IDW_NAME.7z" + - del "$Env:IDW_NAME.7z" inkscape:windows:build: -- GitLab