Skip to content

Commit

Permalink
Merge pull request #2439 from Brian-McM/bm-clean-vendor
Browse files Browse the repository at this point in the history
Remove vendor dir if it exists on clean
  • Loading branch information
Brian-McM authored Aug 4, 2020
2 parents 4d3e359 + 6ada670 commit 3d9637b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ clean:
$(GENERATED_FILES) \
go/docs/calc.pdf \
release-notes-* \
fv/infrastructure/crds/
fv/infrastructure/crds/ \
vendor
find . -name "junit.xml" -type f -delete
find . -name "*.coverprofile" -type f -delete
find . -name "coverage.xml" -type f -delete
Expand Down

0 comments on commit 3d9637b

Please sign in to comment.