Remove old conversion generator

This commit is contained in:
Wojciech Tyczynski
2016-04-14 20:42:13 +02:00
parent 490c68dbe3
commit 89e860e622
11 changed files with 31 additions and 1308 deletions

View File

@@ -134,18 +134,6 @@ else
fi
echo "${reset}"
echo -ne "Checking for conversions that need updating... "
if ! hack/after-build/verify-generated-conversions.sh > /dev/null; then
echo "${red}ERROR!"
echo "Some conversions functions need regeneration."
echo "To regenerate conversions, run:"
echo " hack/update-generated-conversions.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!"