File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ setup-k8s:
110110generate : cli-doc samples bindata # # Run all non-release generate targets
111111
112112cli-doc : # # Generate CLI documentation
113- ./hack/generate/cli-doc/cli-doc.sh
113+ go run ./hack/generate/cli-doc/gen- cli-doc.go
114114
115115samples : # # Generate samples
116116 go run ./hack/generate/samples/generate_all.go
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ go fmt ./...
77
88./hack/check-license.sh
99./hack/check-error-log-msg-format.sh
10- ./hack/generate/ cli-doc/gen-cli-doc.sh
10+ make cli-doc
1111go run ./hack/generate/changelog/gen-changelog.go -validate-only
1212
1313make install
14- go run ./hack/generate/ samples/generate_all.go
14+ make samples
1515
1616# Make sure repo is still in a clean state.
1717git diff --exit-code
You can’t perform that action at this time.
0 commit comments