have travis fail when verify-apimachinery.sh fails

This commit is contained in:
Christian Jantz 2018-07-20 12:51:24 +02:00
parent 2dbb6e84f6
commit 574c99d4cc
1 changed files with 1 additions and 0 deletions

View File

@ -25,4 +25,5 @@ if make apimachinery-codegen; then
else
echo "\n FAIL: - the verify-apimachinery.sh test failed, apimachinery is not up to date"
echo "\n FAIL: - please run the command 'make apimachinery'"
exit 1
fi