未验证 提交 072b67e3 编写于 作者: sangshuduo's avatar sangshuduo 提交者: GitHub

[TD-14358]<fix>: remove python connector (#11088)

* [TD-14358]<fix>: remove python connector from TDengine

* [TD-14358]<fix>: use standalone python connector

* add python clone in TDinternal

* git clean before checkout

* git clean before checkout
上级 0f1fefdb
......@@ -21,16 +21,19 @@ def sync_source() {
if (env.CHANGE_TARGET == 'master') {
sh '''
cd ${WKC}
git clean -fxd
git checkout master
'''
} else if (env.CHANGE_TARGET == '2.0') {
sh '''
cd ${WKC}
git clean -fxd
git checkout 2.0
'''
} else if (env.CHANGE_TARGET == '2.4') {
sh '''
cd ${WKC}
git clean -fxd
git checkout 2.4
'''
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册