much commit

pull/31803/head^2
Adeeb Shihadeh 1 year ago
parent 358461896c
commit 33d1b127c9
  1. 2
      release/check-submodules.sh

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

Loading…
Cancel
Save