Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Ensure make targets pull the latest tester image (and deps)
Browse files Browse the repository at this point in the history
  • Loading branch information
dliappis committed Jan 23, 2017
1 parent 48f4a96 commit f085bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ run-es-cluster: pull-latest-baseimage
single-node-test: export ES_NODE_COUNT=1
single-node-test: pull-latest-baseimage clean
docker-compose up -d --build elasticsearch1
docker-compose build tester
docker-compose build --pull tester
docker-compose run tester
docker-compose down -v

cluster-unicast-test: export ES_NODE_COUNT=2
cluster-unicast-test: pull-latest-baseimage clean
docker-compose up -d --build elasticsearch1 elasticsearch2
docker-compose build tester
docker-compose build --pull tester
docker-compose run tester
docker-compose down -v

Expand Down

0 comments on commit f085bef

Please sign in to comment.