2023-06-26 12:15:24 +02:00
|
|
|
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:
|
2023-06-26 12:43:32 +02:00
|
|
|
- whoami
|
|
|
|
- dnf install -y git
|
2023-06-26 12:15:24 +02:00
|
|
|
- pip install -r requirements.txt
|
|
|
|
- mkdocs build
|