Skip to content

Commit

Permalink
Use version from env when starting ES too.
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon committed Mar 26, 2015
1 parent a08f6ff commit 972c1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ echo "Updating product details"
python manage.py update_product_details

echo "Starting ElasticSearch"
pushd elasticsearch-0.90.10
pushd elasticsearch-${ELASTICSEARCH_VERSION}
# This will daemonize
./bin/elasticsearch
popd
Expand Down

0 comments on commit 972c1b5

Please sign in to comment.