From 06394c39fddfb03da237ce19892ac1c9500eacac Mon Sep 17 00:00:00 2001 From: "peng.xu" Date: Tue, 26 Nov 2019 13:43:28 +0800 Subject: [PATCH] [skip ci](shards): update makefile --- shards/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shards/Makefile b/shards/Makefile index 79b0160d24..5127882d6f 100644 --- a/shards/Makefile +++ b/shards/Makefile @@ -32,7 +32,7 @@ probe: docker run --rm --name probe --net=host milvusdb/mishards /bin/bash -c "python all_in_one/probe_test.py --port=${PORT} --host=${HOST}" clean_coverage: rm -rf cov_html -clean: clean_coverage clean_deploy clean_cluster +clean: clean_coverage clean_deploy clean_cluster clean_deploy_m style: pycodestyle --config=. coverage: