Skip to content

Commit 6baae48

Browse files
committed
[CI] Elasticsearch version should be ENV variable in each travis script reference
1 parent f7b29e4 commit 6baae48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: travis_before_script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ echo 'Unzipping file'
1212
unzip -q /tmp/elasticsearch.zip
1313

1414
echo "Starting elasticsearch on port ${TEST_CLUSTER_PORT}"
15-
${PWD}/elasticsearch-7.0.0-alpha1-SNAPSHOT/bin/elasticsearch -E http.port=${TEST_CLUSTER_PORT} &> /dev/null &
15+
${PWD}/elasticsearch-${ELASTICSEARCH_VERSION}-SNAPSHOT/bin/elasticsearch -E http.port=${TEST_CLUSTER_PORT} &> /dev/null &

0 commit comments

Comments
 (0)