diff --git a/hack/verify-cloudformation.sh b/hack/verify-cloudformation.sh index 38c704ab44..d193952b77 100755 --- a/hack/verify-cloudformation.sh +++ b/hack/verify-cloudformation.sh @@ -42,7 +42,7 @@ RC=$? if [ $RC != 0 ]; then echo -e "\nCloudformation linting failed\n" - exit 0 # TODO: exit $RC once issues have been addressed to make this a blocking check + exit $RC else echo -e "\nCloudformation linting succeeded\n" fi