mirror of https://github.com/kubernetes/kops.git
Merge pull request #16321 from hakman/update-dep
Skip gen-cli-docs on depup
This commit is contained in:
commit
a024d3836c
2
Makefile
2
Makefile
|
@ -332,7 +332,7 @@ goget:
|
||||||
go get $(shell go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -mod=mod -m all | grep -v spotinst-sdk-go)
|
go get $(shell go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -mod=mod -m all | grep -v spotinst-sdk-go)
|
||||||
|
|
||||||
.PHONY: depup
|
.PHONY: depup
|
||||||
depup: goget gomod gen-cli-docs
|
depup: goget gomod
|
||||||
|
|
||||||
.PHONY: gofmt
|
.PHONY: gofmt
|
||||||
gofmt:
|
gofmt:
|
||||||
|
|
Loading…
Reference in New Issue