File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ PHP_VERSION=${PHP_VERSION-8.4-cli}
14
14
ELASTICSEARCH_URL=${ELASTICSEARCH_URL-" $elasticsearch_url " }
15
15
elasticsearch_container=${elasticsearch_container-}
16
16
17
- echo " --- :elasticsearch: Starting Elasticsearch"
18
- curl -fsSL https://elastic.co/start-local | sh -s -- -v ${STACK_VERSION} -esonly
19
- source elastic-start-local/.env
20
-
21
17
echo -e " \033[34;1mINFO:\033[0m VERSION ${STACK_VERSION} \033[0m"
22
18
echo -e " \033[34;1mINFO:\033[0m TEST_SUITE ${TEST_SUITE} \033[0m"
23
19
echo -e " \033[34;1mINFO:\033[0m URL ${ELASTICSEARCH_URL} \033[0m"
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
+ # Run Elasticsearch using start-local
4
+ curl -fsSL https://elastic.co/start-local | sh -s -- -v ${STACK_VERSION} -esonly
5
+ source elastic-start-local/.env
6
+
3
7
# Clone the elasticsearch-clients-tests repository
4
8
git clone https://github.com/elastic/elasticsearch-clients-tests.git tests/elasticsearch-clients-tests
5
9
You can’t perform that action at this time.
0 commit comments