[gimp/wip/Jehan/gitlab-ci-win-32-bit: 20/23] Fix space issue?




commit acb4c4b6511abde0e7c46d2a477d5a9625534bb0
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]