Remove es_package_name hard coding since this is dynamically detected now

This commit is contained in:
Michael Russell 2018-06-14 15:06:24 +02:00
parent bbc5e0603d
commit 06a8c5c41b
No known key found for this signature in database
GPG key ID: A90C1696496085FE
4 changed files with 0 additions and 7 deletions

View file

@ -6,7 +6,6 @@
- include: elasticsearch/test/integration/debug.yml
vars:
es_enable_xpack: false
es_package_name: "elasticsearch-oss"
es_scripts: true
es_templates: true
es_heap_size: "1g"
@ -22,7 +21,6 @@
- include: elasticsearch/test/integration/debug.yml
vars:
es_enable_xpack: false
es_package_name: "elasticsearch-oss"
es_scripts: true
es_templates: true
es_heap_size: "1g"