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:
110
110
generate : cli-doc samples bindata # # Run all non-release generate targets
111
111
112
112
cli-doc : # # Generate CLI documentation
113
- ./hack/generate/cli-doc/cli-doc.sh
113
+ go run ./hack/generate/cli-doc/gen- cli-doc.go
114
114
115
115
samples : # # Generate samples
116
116
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 ./...
7
7
8
8
./hack/check-license.sh
9
9
./hack/check-error-log-msg-format.sh
10
- ./hack/generate/ cli-doc/gen-cli-doc.sh
10
+ make cli-doc
11
11
go run ./hack/generate/changelog/gen-changelog.go -validate-only
12
12
13
13
make install
14
- go run ./hack/generate/ samples/generate_all.go
14
+ make samples
15
15
16
16
# Make sure repo is still in a clean state.
17
17
git diff --exit-code
You can’t perform that action at this time.
0 commit comments