2
0
Fork 1
docs/.drone.yml
Nick Slowinski b6a4000858
Einige Prüfungen sind fehlgeschlagen
continuous-integration/drone/push Build is failing
troubleshoot build
2023-06-26 12:43:32 +02:00

16 Zeilen
Kein EOL
254 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:
- whoami
- dnf install -y git
- pip install -r requirements.txt
- mkdocs build