You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
steps:
|
|
- label: ":books: Build spec"
|
|
command:
|
|
- python3 -m venv env
|
|
- env/bin/pip install -r scripts/requirements.txt
|
|
- ". env/bin/activate; scripts/generate-matrix-org-assets"
|
|
artifact_paths:
|
|
- assets.tar.gz
|
|
plugins:
|
|
- docker#v3.0.1:
|
|
image: "python:3.6"
|