From e79591236fa2ff38189b9894465b86f35c557fd6 Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Wed, 15 Nov 2023 11:07:00 +0800 Subject: [PATCH] test:delete taos-connector-python repo --- Jenkinsfile2 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 6504ef2c53..5cbb564923 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -151,14 +151,6 @@ def pre_test(){ cd ${WKC} git submodule update --init --recursive ''' - sh ''' - cd ${WKPY} - git reset --hard - git pull - git log -5 - echo "python connector log: `git log -5`" >>${WKDIR}/jenkins.log - echo >>${WKDIR}/jenkins.log - ''' return 1 } def pre_test_build_mac() {