From f6c7d5c46a2a4470545d73f7833e57821b124714 Mon Sep 17 00:00:00 2001 From: Yuchen Zhou Date: Thu, 6 Feb 2020 13:55:02 -0800 Subject: [PATCH] Makefile: cleanup all data dirs. (#11583) --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6e51132b7..e340061e0 100644 --- a/Makefile +++ b/Makefile @@ -31,9 +31,7 @@ clean: rm -rf ./release rm -f ./snapshot/localhost:* rm -f ./tools/etcd-dump-metrics/localhost:* - rm -f ./integration/127.0.0.1:* ./integration/localhost:* - rm -f ./clientv3/integration/127.0.0.1:* ./clientv3/integration/localhost:* - rm -f ./clientv3/ordering/127.0.0.1:* ./clientv3/ordering/localhost:* + find ./ -name "127.0.0.1:*" -o -name "localhost:*" -delete docker-clean: docker images