Merge pull request #12564 from eparis/only-build-once

Do not build genconversion and gendeepcopy twice
pull/6/head
CJ Cullen 2015-08-12 09:34:47 -07:00
commit 6cff082918
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ for APIROOT in ${APIROOTS}; do
cp -a "${KUBE_ROOT}/${APIROOT}" "${_tmp}/${APIROOT}"
done
"${KUBE_ROOT}/hack/update-generated-conversions.sh"
"${KUBE_ROOT}/hack/after-build/update-generated-conversions.sh"
for APIROOT in ${APIROOTS}; do
TMP_APIROOT="${_tmp}/${APIROOT}"
echo "diffing ${APIROOT} against freshly generated conversions"

View File

@ -39,7 +39,7 @@ for APIROOT in ${APIROOTS}; do
cp -a "${KUBE_ROOT}/${APIROOT}" "${_tmp}/${APIROOT}"
done
"${KUBE_ROOT}/hack/update-generated-deep-copies.sh"
"${KUBE_ROOT}/hack/after-build/update-generated-deep-copies.sh"
for APIROOT in ${APIROOTS}; do
TMP_APIROOT="${_tmp}/${APIROOT}"