Latest ES releases
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Stefan Reimer 2019-06-04 13:39:47 +00:00
parent d761bb0c3d
commit 929da2dc80
2 changed files with 3 additions and 3 deletions

View File

@ -12,12 +12,12 @@ steps:
image: openjdk:13-alpine
commands:
- which make || apk add make
- make build
- make build PLUGIN_ES=es66x ES_VERSION=6.8.0
- name: build-7
image: openjdk:13-alpine
commands:
- which make || apk add make
- make build PLUGIN_ES=es70x ES_VERSION=7.0.1
- make build PLUGIN_ES=es70x ES_VERSION=7.1.1
- name: upload
image: python:3.7-alpine

View File

@ -1,6 +1,6 @@
PLUGIN_VERSION ?= 1.18.0
PLUGIN_ES ?= es66x
ES_VERSION ?= 6.7.1
ES_VERSION ?= 6.8.0
S3_BUCKETS ?= zero-downtime
S3_PREFIX ?= logging/elasticsearch