Run build as well as check from CI to bundle Kibana plugin (elastic/elasticsearch#773)

The check task bundles the Elasticsearch part of the plugin but not
Kibana

Fixes elastic/elasticsearch#772

Original commit: elastic/x-pack-elasticsearch@ead2ff3686
This commit is contained in:
David Roberts 2017-01-23 15:48:42 +00:00 committed by GitHub
parent db0f4c0977
commit d693f8317c
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ case $key in
GRADLE_CLI_ARGS=(
"--info"
"check"
"build"
"-Dtests.network=true"
"-Dtests.badapples=true"
)