This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch feature/gitsubmodule
in repository https://gitbox.apache.org/repos/asf/iotdb-client-go.git


The following commit(s) were added to refs/heads/feature/gitsubmodule by this 
push:
     new f87460a  fix tab error in makefile
f87460a is described below

commit f87460ad9ed857f5d3fc866bb146377192ab3b20
Author: xiangdong huang <[email protected]>
AuthorDate: Wed Mar 10 12:48:55 2021 +0800

    fix tab error in makefile
---
 Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 6aaeee5..88e7708 100644
--- a/Makefile
+++ b/Makefile
@@ -59,10 +59,10 @@ e2e_test_clean:
 
 #only used for project structure that the iotdb main project is in the parent 
folder of this project.
 e2e_test_for_parent_git_repo:
-    mkdir -p docker-context/iotdb
-    unzip -o -q server/target/iotdb-server-*.zip -d docker-context/iotdb
-    docker-compose -f test/e2e/docker-compose.yml up --build 
--abort-on-container-exit --remove-orphans
+       mkdir -p docker-context/iotdb
+       unzip -o -q server/target/iotdb-server-*.zip -d docker-context/iotdb
+       docker-compose -f test/e2e/docker-compose.yml up --build 
--abort-on-container-exit --remove-orphans
 
 e2e_test_clean_for_parent_git_repo:
        rm -rf docker-context
-       docker-compose -f test/e2e/docker-compose.yml down
\ No newline at end of file
+       docker-compose -f test/e2e/docker-compose.yml down

Reply via email to