Add typecheck-dockerless

Ensure that k8s still passes the typecheck when the `dockerless` tag is
enabled. We perform a similar verify step for `providerless`.
This commit is contained in:
mattjmcnaughton
2020-02-26 09:16:12 -05:00
parent b36f637f0d
commit 4a8da5e7b4
2 changed files with 26 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ if [[ ${EXCLUDE_TYPECHECK:-} =~ ^[yY]$ ]]; then
EXCLUDED_PATTERNS+=(
"verify-typecheck.sh" # runs in separate typecheck job
"verify-typecheck-providerless.sh" # runs in separate typecheck job
"verify-typecheck-dockerless.sh" # runs in separate typecheck job
)
fi