Run the build once during presubmit

This commit is contained in:
Tim Hockin
2015-07-02 14:29:59 -07:00
parent a95814b593
commit efa76b72ae
5 changed files with 15 additions and 6 deletions

View File

@@ -30,7 +30,6 @@ _tmp="${KUBE_ROOT}/_tmp"
mkdir -p "${_tmp}"
cp -a "${SPECROOT}" "${TMP_SPECROOT}"
"${KUBE_ROOT}/hack/build-go.sh"
"${KUBE_ROOT}/hack/update-swagger-spec.sh"
echo "diffing ${SPECROOT} against freshly generated swagger spec"
ret=0