File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed
Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 77# The required environment variables include:
88#
99# - $ELASTICSEARCH_VERSION
10- # - $RUBY_TEST_VERSION
11- # - $TEST_SUITE
1210#
1311
1412# run elasticsearch
@@ -43,7 +41,6 @@ docker run \
4341docker run \
4442 --network=esnet \
4543 --env " TEST_ES_SERVER=http://elasticsearch:9200" \
46- --env " CODECOV_TOKEN" \
4744 --volume $repo :/usr/src/app \
4845 --name elasticsearch-ruby \
4946 --rm \
Original file line number Diff line number Diff line change 77# The required environment variables include:
88#
99# - $ELASTICSEARCH_VERSION
10- # - $RUBY_TEST_VERSION
11- # - $TEST_SUITE
1210#
1311
1412# run elasticsearch
@@ -29,7 +27,6 @@ docker run \
2927docker run \
3028 --network=esnet \
3129 --env " TEST_ES_SERVER=http://elasticsearch:9200" \
32- --env " CODECOV_TOKEN" \
3330 --volume $repo :/usr/src/app \
3431 --name elasticsearch-ruby \
3532 --rm \
Original file line number Diff line number Diff line change 77# The required environment variables include:
88#
99# - $ELASTICSEARCH_VERSION
10- # - $RUBY_TEST_VERSION
11- # - $TEST_SUITE
1210#
1311
1412repo=$( pwd)
@@ -50,7 +48,6 @@ docker run \
5048 --env " TEST_ES_SERVER=elasticsearch:9200" \
5149 --env " ELASTIC_PASSWORD=changeme" \
5250 --env " ELASTIC_USER=elastic" \
53- --env " CODECOV_TOKEN" \
5451 --env " TEST_SUITE=security" \
5552 --volume $repo :/usr/src/app \
5653 --name elasticsearch-ruby \
You can’t perform that action at this time.
0 commit comments