[modify for tests]
This commit is contained in:
parent
02981347e4
commit
bc37d5828e
|
@ -45,10 +45,6 @@ function gitPullBranchInfo () {
|
||||||
git pull origin $branch_name ||:
|
git pull origin $branch_name ||:
|
||||||
echo "==== git pull $branch_name end ===="
|
echo "==== git pull $branch_name end ===="
|
||||||
git pull --recurse-submodules
|
git pull --recurse-submodules
|
||||||
cd tests
|
|
||||||
git checkout $branch_name
|
|
||||||
git pull
|
|
||||||
cd ..
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function compileTDengineVersion() {
|
function compileTDengineVersion() {
|
||||||
|
|
Loading…
Reference in New Issue