fix
This commit is contained in:
parent
c10285f1a0
commit
d343bb022f
|
@ -39,7 +39,7 @@ def pre_test(){
|
||||||
sudo rmtaos || echo "taosd has not installed"
|
sudo rmtaos || echo "taosd has not installed"
|
||||||
'''
|
'''
|
||||||
sh '''
|
sh '''
|
||||||
ps -ef | grep taosd | grep -v grep | awk '{print $2}' | xargs kill -9 //avoid taosd deadlock
|
ps -ef | grep taosd | grep -v grep | awk '{print $2}' | xargs kill -9
|
||||||
cd ${WKC}
|
cd ${WKC}
|
||||||
git checkout develop
|
git checkout develop
|
||||||
git reset --hard HEAD~10 >/dev/null
|
git reset --hard HEAD~10 >/dev/null
|
||||||
|
|
Loading…
Reference in New Issue