mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
fix verify-generated-conversions.sh
This commit is contained in:
parent
cd98de5188
commit
f40f1de81e
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ source "${KUBE_ROOT}/hack/lib/init.sh"
|
|||
|
||||
kube::golang::setup_env
|
||||
|
||||
APIROOTS=${APIROOTS:-pkg/api pkg/apis/experimental}
|
||||
APIROOTS=${APIROOTS:-pkg/api pkg/apis/extensions}
|
||||
_tmp="${KUBE_ROOT}/_tmp"
|
||||
|
||||
cleanup() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue