bump tinygrad depth (#33990)

deeper
pull/33991/head
Maxime Desroches 6 months ago committed by GitHub
parent da952e9b64
commit f3e28275d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      release/check-submodules.sh

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

Loading…
Cancel
Save