Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge/main to 3.0 #762

Merged
merged 13 commits into from
Jun 26, 2024
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
Loading