Makefile: cleanup all data dirs. (#11583)

release-3.5
Yuchen Zhou 2020-02-06 13:55:02 -08:00 committed by GitHub
parent 84fe23d530
commit f6c7d5c46a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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