Prune the forbiddenPatterns tasks that are skipped (elastic/x-pack-elasticsearch#2754)

We don't need to blindly skip all of these tasks. We don't have
NOCOMMITs everywhere, just lots of places....

Original commit: elastic/x-pack-elasticsearch@d772cb1b96
This commit is contained in:
Nik Everett 2017-10-13 16:21:33 +00:00 committed by GitHub
parent e1d4fdc6d3
commit 269b656cf2
1 changed files with 3 additions and 3 deletions

View File

@ -68,10 +68,10 @@ case $key in
":x-pack-elasticsearch:qa:sql:multinode:check"
":x-pack-elasticsearch:qa:sql:no-security:check"
":x-pack-elasticsearch:qa:sql:security:check"
"-xforbiddenPatterns"
"-x:x-pack-elasticsearch:plugin:forbiddenPatterns"
"-x:x-pack-elasticsearch:sql:cli:forbiddenPatterns"
"-x:x-pack-elasticsearch:sql:jdbc:forbiddenPatterns"
"-x:x-pack-elasticsearch:sql:server:forbiddenPatterns"
"-x:x-pack-elasticsearch:qa:sql:forbiddenPatterns"
"-x:x-pack-elasticsearch:qa:sql:no-security:forbiddenPatterns"
"-x:x-pack-elasticsearch:qa:sql:security:forbiddenPatterns"
)
;;