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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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