Remove unneeded scripts

This commit is contained in:
Christoph Blecker
2019-04-07 12:08:41 -07:00
parent 9600555969
commit 668a288595
4 changed files with 0 additions and 53 deletions

View File

@@ -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
)