mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
esvm: fix to the 5.3 snapshots instead of 5.x
The 5.x snapshots have advanced beyond version 5.3.x, so they're no longer compatible with Kibana version 5.3.x.
This commit is contained in:
parent
2a52a9d668
commit
10eb81f64d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ module.exports = function (grunt) {
|
|||
|
||||
return {
|
||||
options: {
|
||||
branch: '5.x',
|
||||
branch: '5.3',
|
||||
fresh: !grunt.option('esvm-no-fresh'),
|
||||
config: {
|
||||
http: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue