mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #17229 from iiamabby/yamllint-install
Ensure bin/python directory is cleaned after install
This commit is contained in:
commit
10bf636f0e
1
Makefile
1
Makefile
@ -185,6 +185,7 @@ clean:
|
|||||||
rm -f ./bin/Dockerfile-release
|
rm -f ./bin/Dockerfile-release
|
||||||
rm -rf ./bin/etcd*
|
rm -rf ./bin/etcd*
|
||||||
rm -rf ./bin/lazyfs
|
rm -rf ./bin/lazyfs
|
||||||
|
rm -rf ./bin/python
|
||||||
rm -rf ./default.etcd
|
rm -rf ./default.etcd
|
||||||
rm -rf ./tests/e2e/default.etcd
|
rm -rf ./tests/e2e/default.etcd
|
||||||
rm -rf ./release
|
rm -rf ./release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user