depth 1 on submodule clone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Elizabeth Hunt 2024-03-09 22:20:52 -07:00
parent 26871e6c43
commit 3334b6911a
Signed by: simponic
GPG Key ID: 52B3774857EB24B1

View File

@ -2,7 +2,7 @@
set -e
git submodule update --init --recursive
git submodule update --init --depth 1
mkdir -p dist
pwd=$PWD