Skip to content

Commit

Permalink
more fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Jun 17, 2024
1 parent a99816a commit ab96d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/check-submodules.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

while read hash submodule ref; do
git -C $submodule fetch --depth 2000 origin master
git -C $submodule fetch --depth 3000 origin master
git -C $submodule branch -r --contains $hash | grep "origin/master"
if [ "$?" -eq 0 ]; then
echo "$submodule ok"
Expand Down

0 comments on commit ab96d12

Please sign in to comment.