Merge branch 'subprojects-update' into 'master'

ci: Limit depth of clone of subprojects

See merge request pwithnall/malcontent!118
This commit is contained in:
Philip Withnall 2021-03-22 17:55:58 +00:00
commit 11f9288ef0
1 changed files with 1 additions and 1 deletions

View File

@ -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/ .