Update legacy doc buildkite step with comments and latest versions (#3033)
This commit is contained in:
parent
25605b65a3
commit
6ffa13d480
1 changed files with 7 additions and 5 deletions
|
@ -1,14 +1,16 @@
|
||||||
steps:
|
steps:
|
||||||
- label: ":books: Build spec"
|
- label: ":books: Build spec"
|
||||||
command:
|
command:
|
||||||
- python3 -m venv env
|
# Install the python dependencies necessary to build the spec
|
||||||
- env/bin/pip install -r scripts/requirements.txt
|
- python3 -m venv env && . env/bin/activate
|
||||||
- ". env/bin/activate; scripts/generate-matrix-org-assets"
|
- pip install -r scripts/requirements.txt
|
||||||
|
# Build the spec
|
||||||
|
- scripts/generate-matrix-org-assets
|
||||||
artifact_paths:
|
artifact_paths:
|
||||||
- assets.tar.gz
|
- assets.tar.gz
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v3.0.1:
|
- docker#v3.7.0:
|
||||||
image: "python:3.6"
|
image: python:3.9
|
||||||
|
|
||||||
- label: "rebuild matrix.org"
|
- label: "rebuild matrix.org"
|
||||||
trigger: "matrix-dot-org"
|
trigger: "matrix-dot-org"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue