Skip to content

Commit

Permalink
Merge pull request #762 from taosdata/merge/main_to_3.0
Browse files Browse the repository at this point in the history
Merge/main to 3.0
  • Loading branch information
DuanKuanJun committed Jun 26, 2024
2 parents 156def6 + e5049d8 commit 7ff778b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/3.0-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
- cron: "10 16 * * *"
push:
branches:
- develop
- 3.0
- main
pull_request:
branches:
- develop
- 3.0
- main

Expand Down
1 change: 0 additions & 1 deletion src/taosdump.c
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,6 @@ static void printVersion(FILE *file) {

fprintf(file,"taosdump version: %s\ngit: %s\n", taostools_ver, taosdump_commit);
printf("build: %s\n", getBuildInfo());

if (strlen(taosdump_status) > 0) {
fprintf(file, "status:%s\n", taosdump_status);
}
Expand Down

0 comments on commit 7ff778b

Please sign in to comment.