[test: not repull submodules]
This commit is contained in:
parent
0bd5a15d62
commit
0584f972cb
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue