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:
parent
db0f4c0977
commit
d693f8317c
|
@ -36,6 +36,7 @@ case $key in
|
|||
GRADLE_CLI_ARGS=(
|
||||
"--info"
|
||||
"check"
|
||||
"build"
|
||||
"-Dtests.network=true"
|
||||
"-Dtests.badapples=true"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue