Skip to content

Commit 39b8b6d

Browse files
committed
ci: Use depth 1 for syncing assets faster
Signed-off-by: Changho Choi <ch754.choi@samsung.com>
1 parent 4e2bf09 commit 39b8b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deps/assets.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ set -e
44

55
ROOT=$(git rev-parse --show-toplevel)
66

7-
cd $ROOT && git submodule update --init assets
7+
cd $ROOT && git submodule update --init --depth 1 assets
88
git submodule update --init --depth 1 $ROOT/third-party/ciborium
99
git submodule update --init --depth 1 $ROOT/third-party/coset

0 commit comments

Comments
 (0)