Skip to content

Commit

Permalink
Merge pull request #16321 from hakman/update-dep
Browse files Browse the repository at this point in the history
Skip gen-cli-docs on depup
  • Loading branch information
k8s-ci-robot authored Feb 4, 2024
2 parents e52dcb6 + fdc08b9 commit a024d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

.PHONY: depup
depup: goget gomod gen-cli-docs
depup: goget gomod

.PHONY: gofmt
gofmt:
Expand Down

0 comments on commit a024d38

Please sign in to comment.