Skip to content

Commit

Permalink
Merge pull request kubernetes#23244 from fejta/deep
Browse files Browse the repository at this point in the history
Auto commit by PR queue bot
  • Loading branch information
k8s-merge-robot committed Mar 19, 2016
2 parents acfb1b9 + 4fc95c1 commit 787db61
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -146,18 +146,6 @@ else
fi
echo "${reset}"

echo -ne "Checking for deep-copies that need updating... "
if ! hack/after-build/verify-generated-deep-copies.sh > /dev/null; then
echo "${red}ERROR!"
echo "Some deep-copy functions need regeneration."
echo "To regenerate deep-copies, run:"
echo " hack/update-generated-deep-copies.sh"
exit_code=1
else
echo "${green}OK"
fi
echo "${reset}"

echo -ne "Checking for swagger type documentation that need updating... "
if ! hack/after-build/verify-generated-swagger-docs.sh > /dev/null; then
echo "${red}ERROR!"
Expand Down

0 comments on commit 787db61

Please sign in to comment.