Skip to content

Commit

Permalink
feat: update taostools e7270c9 for develop (taosdata#16860)
Browse files Browse the repository at this point in the history
* feat: update taos-tools f169c0f for develop

* feat: update taos-tools a4d9b92 for develop

* feat: update taos-tools 7d5c1c0 for develop

* fix: after taosbenchmark create table without if not exits

* feat: update taos-tools 2.2.0 (2dba49c) for develop

* test: add more taosdump test cases

* fix: rust example cargo bstr to 0.2

* feat: update taos-tools 404d8da for develop

* test: fix location in develop-test/5-taos-tools/taosbenchmark/demo.py

* feat: update taos-tools 3588b3d for develop

* feat: update taos-tools 9f4c01e for develop

* feat: update taos-tools e7270c9 for develop

* Update Jenkinsfile2

Co-authored-by: haoranchen <haoran920c@163.com>
  • Loading branch information
sangshuduo and tomchon authored Sep 15, 2022
1 parent 0c9d378 commit efe8fcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile2
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,12 @@ def pre_test_win(){
}
bat '''
cd %WIN_INTERNAL_ROOT%
git pull
git pull origin ''' + env.CHANGE_TARGET + '''
'''
bat '''
cd %WIN_COMMUNITY_ROOT%
git remote prune origin
git pull
git pull origin ''' + env.CHANGE_TARGET + '''
'''
bat '''
cd %WIN_INTERNAL_ROOT%
Expand Down
2 changes: 1 addition & 1 deletion src/kit/taos-tools

0 comments on commit efe8fcc

Please sign in to comment.