From db6e02ed975d723dc4ff82e383ac6681f3bdedf8 Mon Sep 17 00:00:00 2001 From: Patrick Gehrsitz Date: Sat, 6 Jan 2024 21:38:31 +0100 Subject: [PATCH] chore: shallow clone submodules --- bin/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build.sh b/bin/build.sh index b386d894..4093d454 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -130,7 +130,7 @@ clone_cstreamer() { git clone "${CROWSNEST_CAMERA_STREAMER_REPO_SHIP}" \ -b "${CROWSNEST_CAMERA_STREAMER_REPO_BRANCH}" \ "${BASE_CN_BIN_PATH}"/"${CSTREAMER_PATH}" \ - "${CLONE_FLAGS[@]}" --recursive + "${CLONE_FLAGS[@]}" --recurse-submodules --shallow-submodules } ### Clone Apps