Skip to content

Commit

Permalink
Bump ES docker version (jaegertracing#1156)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay authored and Louis-Etienne Dorval committed Nov 1, 2018
1 parent 03cbccd commit e0fcab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/travis/es-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

docker pull docker.elastic.co/elasticsearch/elasticsearch:5.4.0
CID=$(docker run -d -p 9200:9200 -e "http.host=0.0.0.0" -e "transport.host=127.0.0.1" docker.elastic.co/elasticsearch/elasticsearch:5.4.0)
docker pull docker.elastic.co/elasticsearch/elasticsearch:5.6.12
CID=$(docker run -d -p 9200:9200 -e "http.host=0.0.0.0" -e "transport.host=127.0.0.1" docker.elastic.co/elasticsearch/elasticsearch:5.6.12)
export STORAGE=elasticsearch
make storage-integration-test
docker kill $CID

0 comments on commit e0fcab0

Please sign in to comment.