Skip to content

Commit c7ded88

Browse files
committed
Updates docker task to new license terms
1 parent 849b9d0 commit c7ded88

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

rake_tasks/docker_tasks.rake

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ namespace :docker do
3434
abort 'Docker not installed' unless find_executable 'docker'
3535
abort 'You need to set a version, e.g. rake docker:start[7.x-SNAPSHOT]' unless params[:version]
3636

37-
elasticsearch_suite = if ['xpack', 'x-pack'].include? :suite
38-
'elasticsearch'
39-
else
40-
'elasticsearch-oss'
41-
end
42-
system("ELASTICSEARCH_VERSION=#{elasticsearch_suite}:#{params[:version]} ./.ci/run-elasticsearch.sh")
37+
test_suite = if ['xpack', 'x-pack'].include? :suite
38+
'platinum'
39+
else
40+
'free'
41+
end
42+
system("STACK_VERSION=#{params[:version]} TEST_SUITE=#{test_suite} ./.ci/run-elasticsearch.sh")
4343
end
4444
end

0 commit comments

Comments
 (0)