Remove revendor from Makefile

This commit is contained in:
Mark Sagi-Kazar 2020-06-30 18:52:00 +02:00
parent d1b4443740
commit 83d5f77495
No known key found for this signature in database
GPG Key ID: 34CC109EB5ED1C2A
1 changed files with 1 additions and 7 deletions

View File

@ -35,12 +35,6 @@ bin/grpc-client:
release-binary:
@go build -o /go/bin/dex -v -ldflags $(LD_FLAGS) $(REPO_PATH)/cmd/dex
.PHONY: revendor
revendor:
@go mod tidy -v
@go mod vendor -v
@go mod verify
test: bin/test/kube-apiserver bin/test/etcd
@go test -v ./...
@ -91,7 +85,7 @@ bin/protoc: scripts/get-protoc
@./scripts/get-protoc bin/protoc
bin/protoc-gen-go:
@go install -v $(REPO_PATH)/vendor/github.com/golang/protobuf/protoc-gen-go
@go install -v github.com/golang/protobuf/protoc-gen-go
clean:
@rm -rf bin/