coverage only branch

This commit is contained in:
happyguoxy 2024-12-16 11:01:28 +08:00
parent 1e98daa25b
commit c1d51cde99
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ function pullTDengine() {
git checkout -- . git checkout -- .
git checkout $branch git checkout $branch
git checkout -- . git checkout -- .
git clean -dfx git clean -f
git pull git pull
# pull tdengine code # pull tdengine code
@ -96,7 +96,7 @@ function pullTDengine() {
git checkout -- . git checkout -- .
git checkout $branch git checkout $branch
git checkout -- . git checkout -- .
git clean -dfx git clean -f
git pull git pull
print_color "$GREEN" "TDengine pull end" print_color "$GREEN" "TDengine pull end"