remove unused variable in openapi-spec script

This commit is contained in:
Cao Shufeng
2018-06-29 13:45:17 +08:00
parent f0c89c00a0
commit 7b1ba187f7
2 changed files with 0 additions and 4 deletions

View File

@@ -26,8 +26,6 @@ kube::etcd::install
make -C "${KUBE_ROOT}" WHAT=cmd/kube-apiserver
apiserver=$(kube::util::find-binary "kube-apiserver")
SPECROOT="${KUBE_ROOT}/api/openapi-spec"
TMP_SPECROOT="${KUBE_ROOT}/_tmp/openapi-spec"
_tmp="${KUBE_ROOT}/_tmp"