(shards): clean cluster

pull/232/head
peng.xu 2019-11-04 11:34:58 +08:00
parent 275462eaf9
commit 013566dec4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,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: clean_coverage clean_deploy clean_cluster
style:
pycodestyle --config=.
coverage: