depth 1 on submodule clone
continuous-integration/drone/push Build is passing Details

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
1 changed files with 1 additions and 1 deletions

View File

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