remove git clean to save time
This commit is contained in:
parent
fe7cc04f1c
commit
07adaee189
|
@ -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
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue