mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
Remove unneeded scripts
This commit is contained in:
@@ -48,8 +48,6 @@ fi
|
||||
# Exclude vendor checks in certain cases, if they're running in a separate job.
|
||||
if [[ ${EXCLUDE_GODEP:-} =~ ^[yY]$ ]]; then
|
||||
EXCLUDED_PATTERNS+=(
|
||||
"verify-godeps.sh" # runs in separate godeps job
|
||||
"verify-godeps-licenses.sh" # runs in separate godeps job
|
||||
"verify-vendor.sh" # runs in separate godeps job
|
||||
"verify-vendor-licenses.sh" # runs in separate godeps job
|
||||
)
|
||||
|
Reference in New Issue
Block a user