mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
Change verify-api-groups.sh to s/vendor/staging/
I'm really not sure what this particular file check is doing, but that's for tomorrow.
This commit is contained in:
parent
b725fd20c2
commit
2924b90d75
@ -69,7 +69,7 @@ groups_without_codegen=(
|
|||||||
"imagepolicy"
|
"imagepolicy"
|
||||||
"admission"
|
"admission"
|
||||||
)
|
)
|
||||||
client_gen_file="${KUBE_ROOT}/vendor/k8s.io/code-generator/cmd/client-gen/main.go"
|
client_gen_file="${KUBE_ROOT}/staging/src/k8s.io/code-generator/cmd/client-gen/main.go"
|
||||||
|
|
||||||
for group_dirname in "${group_dirnames[@]}"; do
|
for group_dirname in "${group_dirnames[@]}"; do
|
||||||
if ! grep -q "${group_dirname}/" "${client_gen_file}" ; then
|
if ! grep -q "${group_dirname}/" "${client_gen_file}" ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user