geforkt von nick-slowinski.de/docs
14 Zeilen
220 B
YAML
14 Zeilen
220 B
YAML
|
name: amd64
|
||
|
kind: pipeline
|
||
|
type: docker
|
||
|
|
||
|
platform:
|
||
|
os: linux
|
||
|
arch: amd64
|
||
|
|
||
|
steps:
|
||
|
- name: build
|
||
|
image: registry.access.redhat.com/ubi9/python-311:1-12
|
||
|
commands:
|
||
|
- pip install -r requirements.txt
|
||
|
- mkdocs build
|