mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
vendor updates
This commit is contained in:
4
vendor/k8s.io/kubernetes/hack/verify-openapi-spec.sh
generated
vendored
4
vendor/k8s.io/kubernetes/hack/verify-openapi-spec.sh
generated
vendored
@ -35,7 +35,7 @@ mkdir -p "${_tmp}"
|
||||
cp -a "${SPECROOT}" "${TMP_SPECROOT}"
|
||||
trap "cp -a ${TMP_SPECROOT} ${SPECROOT}/..; rm -rf ${_tmp}" EXIT SIGINT
|
||||
rm ${SPECROOT}/*
|
||||
cp ${TMP_SPECROOT}/BUILD ${SPECROOT}/BUILD
|
||||
cp ${TMP_SPECROOT}/BUILD ${SPECROOT}/BUILD
|
||||
cp ${TMP_SPECROOT}/README.md ${SPECROOT}/README.md
|
||||
|
||||
"${KUBE_ROOT}/hack/update-openapi-spec.sh"
|
||||
@ -46,7 +46,7 @@ if [[ $ret -eq 0 ]]
|
||||
then
|
||||
echo "${SPECROOT} up to date."
|
||||
else
|
||||
echo "${SPECROOT} is out of date. Please run hack/update-openapi-spec.sh"
|
||||
echo "${SPECROOT} is out of date. Please run hack/update-openapi-spec.sh" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user