Skip to content

Commit ba1a290

Browse files
committed
[CI] Updates task for downloading artifacts in Jenkins
1 parent da8210a commit ba1a290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/run-repository.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if [[ $TEST_SUITE != "platinum" ]]; then
4949
--name elasticsearch-ruby \
5050
--rm \
5151
elastic/elasticsearch-ruby \
52-
bundle exec rake test:download_artifacts test:rest_api
52+
bundle exec rake elasticsearch:download_artifacts test:rest_api
5353
else
5454
docker run \
5555
--network="${network_name}" \
@@ -62,5 +62,5 @@ else
6262
--name elasticsearch-ruby \
6363
--rm \
6464
elastic/elasticsearch-ruby \
65-
bundle exec rake test:download_artifacts test:security
65+
bundle exec rake elasticsearch:download_artifacts test:security
6666
fi

0 commit comments

Comments
 (0)