increase fetch depth for release submodule check

pull/27402/head
Adeeb Shihadeh 2 years ago
parent 4918daaf5d
commit 927289cda8
  1. 2
      release/check-submodules.sh

@ -1,7 +1,7 @@
#!/bin/bash
while read hash submodule ref; do
git -C $submodule fetch --depth 200 origin master
git -C $submodule fetch --depth 300 origin master
git -C $submodule branch -r --contains $hash | grep "origin/master"
if [ "$?" -eq 0 ]; then
echo "$submodule ok"

Loading…
Cancel
Save