Skip to content

Commit

Permalink
chore: shallow clone submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mryel00 committed Jan 6, 2024
1 parent 61421f5 commit db6e02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db6e02e

Please sign in to comment.