mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
* Add Buildkite pipeline to push Docker image * Fix lint * Fix Read the Docs build * Replace distutils with packaging
12 lines
144 B
YAML
12 lines
144 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3"
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements-docs.txt
|
|
- path: .
|