ci: Limit depth of clone of subprojects
This saves bandwidth and CI image size. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
a0ec9f1f2f
commit
1b09aca666
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
git clone https://gitlab.freedesktop.org/pwithnall/malcontent.git
|
git clone --depth 1 --no-tags https://gitlab.freedesktop.org/pwithnall/malcontent.git
|
||||||
meson subprojects download --sourcedir malcontent
|
meson subprojects download --sourcedir malcontent
|
||||||
rm malcontent/subprojects/*.wrap
|
rm malcontent/subprojects/*.wrap
|
||||||
mv malcontent/subprojects/ .
|
mv malcontent/subprojects/ .
|
||||||
|
|
Loading…
Reference in New Issue