remove git clean to save time

This commit is contained in:
tangfangzhi 2022-04-28 16:05:09 +08:00
parent fe7cc04f1c
commit 07adaee189
1 changed files with 0 additions and 1 deletions

View File

@ -137,7 +137,6 @@ def pre_test_win(){
cd C:\\workspace\\TDengine
git branch
git pull || git pull
git clean -dfx
git fetch origin +refs/pull/%CHANGE_ID%/merge
git checkout -qf FETCH_HEAD
'''