Skip to content

Commit

Permalink
cleans up build
Browse files Browse the repository at this point in the history
  • Loading branch information
mhausenblas committed Nov 26, 2019
1 parent 0a63676 commit c6ee0f2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,3 @@ fmt:
.PHONY: vet
vet:
go vet ./pkg/... ./cmd/...

.PHONY: kubernetes-deps
kubernetes-deps:
go get k8s.io/client-go@v11.0.0
go get k8s.io/api@kubernetes-1.14.0
go get k8s.io/apimachinery@kubernetes-1.14.0
go get k8s.io/cli-runtime@kubernetes-1.14.0

.PHONY: setup
setup:
make -C setup

0 comments on commit c6ee0f2

Please sign in to comment.