We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8210a commit ba1a290Copy full SHA for ba1a290
.ci/run-repository.sh
@@ -49,7 +49,7 @@ if [[ $TEST_SUITE != "platinum" ]]; then
49
--name elasticsearch-ruby \
50
--rm \
51
elastic/elasticsearch-ruby \
52
- bundle exec rake test:download_artifacts test:rest_api
+ bundle exec rake elasticsearch:download_artifacts test:rest_api
53
else
54
docker run \
55
--network="${network_name}" \
@@ -62,5 +62,5 @@ else
62
63
64
65
- bundle exec rake test:download_artifacts test:security
+ bundle exec rake elasticsearch:download_artifacts test:security
66
fi
0 commit comments