mirror of https://github.com/milvus-io/milvus.git
(shards): clean cluster
parent
275462eaf9
commit
013566dec4
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue