Skip to content

Commit

Permalink
Fix references to .ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Oct 30, 2023
1 parent 33d5cf2 commit 376d8e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before writing too much code.
## Running Elasticsearch locally

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

There are several environment variables that control integration tests:

Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/helpers/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
else:
ELASTICSEARCH_URL = "https://elastic:changeme@localhost:9200"

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


def get_test_client(nowait=False, **kwargs):
Expand Down

0 comments on commit 376d8e3

Please sign in to comment.