mirror of https://github.com/kubernetes/kops.git
have travis fail when verify-apimachinery.sh fails
This commit is contained in:
parent
2dbb6e84f6
commit
574c99d4cc
|
|
@ -25,4 +25,5 @@ if make apimachinery-codegen; then
|
||||||
else
|
else
|
||||||
echo "\n FAIL: - the verify-apimachinery.sh test failed, apimachinery is not up to date"
|
echo "\n FAIL: - the verify-apimachinery.sh test failed, apimachinery is not up to date"
|
||||||
echo "\n FAIL: - please run the command 'make apimachinery'"
|
echo "\n FAIL: - please run the command 'make apimachinery'"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue