Neutralize obsolete verify scripts
This is all obsolete or covered by verify-codegen now.
This commit is contained in:
@@ -37,13 +37,6 @@ EXCLUDED_PATTERNS=(
|
||||
"verify-licenses.sh" # runs in a separate job to monitor availability of the dependencies periodically
|
||||
)
|
||||
|
||||
# Exclude generated-files-remake in certain cases, if they're running in a separate job.
|
||||
if [[ ${EXCLUDE_FILES_REMAKE:-} =~ ^[yY]$ ]]; then
|
||||
EXCLUDED_PATTERNS+=(
|
||||
"verify-generated-files-remake.sh" # run in a separate job
|
||||
)
|
||||
fi
|
||||
|
||||
# Exclude typecheck in certain cases, if they're running in a separate job.
|
||||
if [[ ${EXCLUDE_TYPECHECK:-} =~ ^[yY]$ ]]; then
|
||||
EXCLUDED_PATTERNS+=(
|
||||
|
Reference in New Issue
Block a user