mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Revert part of #18860
Revert the part of #18860 which skipped running hack/verify-codecgen.sh on testdata directories. @caesarxuchao pointed out it is not necessary.
This commit is contained in:
parent
bf67eab89f
commit
c0eac46059
@ -32,7 +32,6 @@ generated_files=($(
|
|||||||
-o -wholename './target' \
|
-o -wholename './target' \
|
||||||
-o -wholename '*/third_party/*' \
|
-o -wholename '*/third_party/*' \
|
||||||
-o -wholename '*/Godeps/*' \
|
-o -wholename '*/Godeps/*' \
|
||||||
-o -wholename '*/testdata/*' \
|
|
||||||
\) -prune \
|
\) -prune \
|
||||||
\) -name '*.generated.go'))
|
\) -name '*.generated.go'))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user