Skip to content

Commit

Permalink
Makefile: cleanup all data dirs. (etcd-io#11583)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoyinZyc authored Feb 6, 2020
1 parent 84fe23d commit f6c7d5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6c7d5c

Please sign in to comment.