fix: we don't use submodule any more

This commit is contained in:
Terry Geng
2020-04-24 20:40:09 +08:00
committed by GitHub
parent 09df681ebe
commit 9f8dcec5a4

View File

@ -11,7 +11,6 @@ case "$1" in
testing)
git fetch
git pull --all
git submodule update
;;
*)
;;