We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa2408 commit a68cd59Copy full SHA for a68cd59
CONTRIBUTING.md
@@ -13,7 +13,7 @@ before writing too much code.
13
## Running Elasticsearch locally
14
15
We've provided a script to start an Elasticsearch cluster of a certain version
16
-found at `.ci/run-elasticsearch.sh`.
+found at `.buildkite/run-elasticsearch.sh`.
17
18
There are several environment variables that control integration tests:
19
elasticsearch/helpers/test.py
@@ -30,7 +30,7 @@
30
else:
31
ELASTICSEARCH_URL = "https://elastic:changeme@localhost:9200"
32
33
-CA_CERTS = join(dirname(dirname(dirname(abspath(__file__)))), ".ci/certs/ca.pem")
+CA_CERTS = join(dirname(dirname(dirname(abspath(__file__)))), ".buildkite/certs/ca.pem")
34
35
36
def get_test_client(nowait=False, **kwargs):
0 commit comments