[gimp/wip/Jehan/gitlab-ci-win-32-bit: 10/14] Fix space issue?
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/Jehan/gitlab-ci-win-32-bit: 10/14] Fix space issue?
- Date: Thu, 13 May 2021 00:34:23 +0000 (UTC)
commit aab4aa9db7ceb9cd5830bfa65e99eb0bc42b10b7
Author: Jehan <jehan girinstud io>
Date: Wed May 12 15:16:16 2021 +0200
Fix space issue?
Looks like this is directly inside the git repository and we reuse it.
So maybe we should clean out every non-repo files first to minimize used
space?
.gitlab-ci.yml | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 80b2e13dc7..ef502ae209 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -243,6 +243,7 @@ gimp-win64-native:
tags:
- win32-ps
script:
+ - git clean -dfx
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu
- C:\msys64\usr\bin\bash -lc "bash -x ./build/windows/gitlab-ci/build-gimp-msys2.sh"
artifacts:
@@ -289,6 +290,7 @@ gimp-win32-native:
tags:
- win32-ps
script:
+ - git clean -dfx
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu
- C:\msys64\usr\bin\bash -lc "bash -x ./build/windows/gitlab-ci/build-gimp-msys2.sh"
artifacts:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]