Merge pull request #15729 from mikedanese/swv-fix

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2015-10-15 19:35:38 -07:00
commit 4708fdceda
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ cp -a "${DIFFROOT}" "${TMP_DIFFROOT}"
echo "diffing ${DIFFROOT} against freshly generated swagger type documentation"
ret=0
diff -Naupr -I 'Auto generated by' "${DIFFROOT}" "${TMP_DIFFROOT}" || ret=$?
cp -a "${TMP_DIFFROOT}/" "${KUBE_ROOT}/"
cp -a "${TMP_DIFFROOT}" "${KUBE_ROOT}/"
rm -rf "${_tmp}"
if [[ $ret -eq 0 ]]
then