Skip to content

Commit 7947052

Browse files
authored
Merge pull request kubernetes#124723 from dims/drop-typecheck-providerless-verification
Drop typecheck-providerless verification
2 parents 74ae6d1 + fa7cdf8 commit 7947052

File tree

2 files changed

+0
-45
lines changed

2 files changed

+0
-45
lines changed

hack/make-rules/verify.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ EXCLUDED_PATTERNS=(
4343
if [[ ${EXCLUDE_TYPECHECK:-} =~ ^[yY]$ ]]; then
4444
EXCLUDED_PATTERNS+=(
4545
"verify-typecheck.sh" # runs in separate typecheck job
46-
"verify-typecheck-providerless.sh" # runs in separate typecheck job
4746
)
4847
fi
4948

hack/verify-typecheck-providerless.sh

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)