Skip to content

Commit c86c648

Browse files
committed
Moved Elasticsearch install in yaml-tests
1 parent a612054 commit c86c648

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.buildkite/run-repository.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ PHP_VERSION=${PHP_VERSION-8.4-cli}
1414
ELASTICSEARCH_URL=${ELASTICSEARCH_URL-"$elasticsearch_url"}
1515
elasticsearch_container=${elasticsearch_container-}
1616

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-
2117
echo -e "\033[34;1mINFO:\033[0m VERSION ${STACK_VERSION}\033[0m"
2218
echo -e "\033[34;1mINFO:\033[0m TEST_SUITE ${TEST_SUITE}\033[0m"
2319
echo -e "\033[34;1mINFO:\033[0m URL ${ELASTICSEARCH_URL}\033[0m"

.buildkite/yaml-tests.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env bash
22

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+
37
# Clone the elasticsearch-clients-tests repository
48
git clone https://github.com/elastic/elasticsearch-clients-tests.git tests/elasticsearch-clients-tests
59

0 commit comments

Comments
 (0)