Skip to content

Commit 48a826c

Browse files
committed
Try without any volume mappings
1 parent 98bf05e commit 48a826c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.ci/run-repository.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,10 @@ docker build \
2929

3030
echo -e "\033[1m>>>>> NPM run test:integration >>>>>>>>>>>>>>>>>>>>>>>>>>>>>\033[0m"
3131

32-
repo=$(realpath "$(dirname "$(realpath -s "$0")")"/../)
33-
3432
docker run \
3533
--network="${network_name}" \
3634
--env "TEST_ES_SERVER=${ELASTICSEARCH_URL}" \
3735
--env "TEST_SUITE=${TEST_SUITE}" \
38-
--volume "$repo:/usr/src/app" \
39-
--volume /usr/src/app/node_modules \
4036
--name elasticsearch-js \
4137
--rm \
4238
elastic/elasticsearch-js \

0 commit comments

Comments
 (0)