Skip to content

Commit

Permalink
improve submodule, opt out from recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
tribbloid committed Dec 6, 2023
1 parent 056789d commit a52cd6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/CI/update-submodules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
# this is required if any git module has been initialised to another remote repo
git submodule sync && \
git submodule foreach git fetch && \
git submodule update --init --recursive
git submodule foreach git reset --hard && \
git submodule update --init --force

0 comments on commit a52cd6e

Please sign in to comment.