Skip to content

Commit

Permalink
Makefile: cleanup vendor because it is needed only for clientset (ked…
Browse files Browse the repository at this point in the history
…acore#1514)

Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
  • Loading branch information
zroubalik authored and ycabrer committed Mar 1, 2021
1 parent 84367d8 commit 6f481d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,13 @@ clientset-prepare:
clientset-verify: clientset-prepare
./hack/verify-codegen.sh
rm -rf api/keda
rm -rf vendor

.PHONY: clientset-generate
clientset-generate: clientset-prepare
./hack/update-codegen.sh
rm -rf api/keda
rm -rf vendor

##################################################
# Build Tools Image #
Expand Down

0 comments on commit 6f481d2

Please sign in to comment.