This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch HTHou-patch-1 in repository https://gitbox.apache.org/repos/asf/iotdb-client-go.git
commit 80bc8a05ac5d5e25eaa9284659dc11e3aa5f24e1 Author: Haonan <[email protected]> AuthorDate: Mon Nov 22 09:49:30 2021 +0800 Don't merge --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9109054..73df2b9 100644 --- a/Makefile +++ b/Makefile @@ -66,3 +66,4 @@ e2e_test_for_parent_git_repo: e2e_test_clean_for_parent_git_repo: rm -rf target docker-compose -f test/e2e/docker-compose.yml down +
