[test: not repull submodules]

This commit is contained in:
plum-lihui 2022-04-26 18:19:01 +08:00
parent 0bd5a15d62
commit 0584f972cb
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ function gitPullBranchInfo () {
## git submodule update --init --recursive
git pull origin $branch_name ||:
echo "==== git pull $branch_name end ===="
git pull --recurse-submodules
# git pull --recurse-submodules
}
function compileTDengineVersion() {