mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
Disable marvel and refresh master on restart
Since marvel doesn't currently work with es 2.0 I'm disabling the plugin and adding `fresh: true` so that every time the esvm task is run it will refresh our master build.
This commit is contained in:
parent
888be7afc1
commit
9ae53c3715
1 changed files with 1 additions and 3 deletions
|
@ -8,9 +8,7 @@ module.exports = function (grunt) {
|
||||||
options: {
|
options: {
|
||||||
directory: directory,
|
directory: directory,
|
||||||
branch: 'master',
|
branch: 'master',
|
||||||
plugins: [
|
fresh: true,
|
||||||
'elasticsearch/marvel/latest'
|
|
||||||
],
|
|
||||||
config: {
|
config: {
|
||||||
path: {
|
path: {
|
||||||
data: dataDir
|
data: dataDir
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue