CI: increase submodule fetch depth

This commit is contained in:
Adeeb Shihadeh
2023-01-24 11:42:32 -08:00
parent b2675cef9a
commit 690999a2a6
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
while read hash submodule ref; do
git -C $submodule fetch --depth 100 origin master
git -C $submodule fetch --depth 200 origin master
git -C $submodule branch -r --contains $hash | grep "origin/master"
if [ "$?" -eq 0 ]; then
echo "$submodule ok"