[gnome-software/mwleeds/hardcoded-pwa-list: 8/18] gitlab-ci: Don't cache gnome-pwa-list in container




commit 804711bf7a41affaaa547931fa0da7836e3b83a2
Author: Phaedrus Leeds <mwleeds protonmail com>
Date:   Fri Mar 11 11:26:03 2022 -0800

    gitlab-ci: Don't cache gnome-pwa-list in container
    
    Buliding the container takes hours in my experience, so allow the
    gnome-pwa-list subproject to be updated without a container rebuild.

 .gitlab-ci/cache-subprojects.sh | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci/cache-subprojects.sh b/.gitlab-ci/cache-subprojects.sh
index 71e0eee6f..fb0337c51 100755
--- a/.gitlab-ci/cache-subprojects.sh
+++ b/.gitlab-ci/cache-subprojects.sh
@@ -6,4 +6,6 @@ git clone --depth 1 --no-tags https://gitlab.gnome.org/GNOME/gnome-software.git
 meson subprojects download --sourcedir gnome-software
 rm gnome-software/subprojects/*.wrap
 mv gnome-software/subprojects/ .
+# allow updating this one without a docker rebuild
+rm -rf subprojects/gnome-pwa-list
 rm -rf gnome-software


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]