mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Makefile: cleanup all data dirs. (#11583)
This commit is contained in:
parent
84fe23d530
commit
f6c7d5c46a
4
Makefile
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user