mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
6 lines
162 B
Bash
6 lines
162 B
Bash
#!/usr/bin/env bash
|
|
sudo apt-get update
|
|
sudo apt-get install -y pandoc python3 python3-pip
|
|
python3 -m pip install nox
|
|
/opt/buildkite-agent/.local/bin/nox -s docs
|