Skip to content

Commit a68cd59

Browse files
committed
Fix references to .ci
1 parent 8aa2408 commit a68cd59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before writing too much code.
1313
## Running Elasticsearch locally
1414

1515
We've provided a script to start an Elasticsearch cluster of a certain version
16-
found at `.ci/run-elasticsearch.sh`.
16+
found at `.buildkite/run-elasticsearch.sh`.
1717

1818
There are several environment variables that control integration tests:
1919

elasticsearch/helpers/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
else:
3131
ELASTICSEARCH_URL = "https://elastic:changeme@localhost:9200"
3232

33-
CA_CERTS = join(dirname(dirname(dirname(abspath(__file__)))), ".ci/certs/ca.pem")
33+
CA_CERTS = join(dirname(dirname(dirname(abspath(__file__)))), ".buildkite/certs/ca.pem")
3434

3535

3636
def get_test_client(nowait=False, **kwargs):

0 commit comments

Comments
 (0)