mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Stop installing all commands before vetting
This commit is contained in:
parent
d8b0f6fc50
commit
f411880c73
@ -31,10 +31,6 @@ if [[ "${CALLED_FROM_MAIN_MAKEFILE:-""}" == "" ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# This is required before we run govet for the results to be correct.
|
|
||||||
# See https://github.com/golang/go/issues/16086 for details.
|
|
||||||
go install ./cmd/...
|
|
||||||
|
|
||||||
# Filter out arguments that start with "-" and move them to goflags.
|
# Filter out arguments that start with "-" and move them to goflags.
|
||||||
targets=()
|
targets=()
|
||||||
for arg; do
|
for arg; do
|
||||||
|
Loading…
Reference in New Issue
Block a user