mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
* [CI] Adds Buildkite configuration * Removes GitHub Actions * Moves lint and docs tasks to Buildkite
8 lines
221 B
Bash
Executable File
8 lines
221 B
Bash
Executable File
#!/usr/bin/env bash
|
|
docker build --file .buildkite/Dockerfile --tag elastic/eland --build-arg PYTHON_VERSION=${PYTHON_VERSION} .
|
|
docker run \
|
|
--name linter \
|
|
--rm \
|
|
elastic/eland \
|
|
nox -s lint
|