mintel / build-harness

🤖Collection of Makefiles to facilitate building Python/Golang projects, Dockerfiles, and more
Apache License 2.0
2 stars 6 forks source link

Adjusting clean command to handle directories that end in '*egg'. #73

Closed chavlin closed 3 years ago

chavlin commented 3 years ago

Adjusting clean command to handle directories that end in '*egg', instead of just files.

Previous behavior raised error when finding '*egg' directories, causing failed Jenkins builds.