Skip to content

Commit

Permalink
fix: change to shallow submodule clone
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Gehrsitz <[email protected]>
  • Loading branch information
mryel00 committed Dec 1, 2023
1 parent 5731406 commit c259194
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 @@ -243,7 +243,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

printf "Reset to specified camera-streamer commit ...\n"
git -C "${BASE_CN_BIN_PATH}"/"${CSTREAMER_PATH}" \
Expand Down

0 comments on commit c259194

Please sign in to comment.