1
0
Fork 0

add drone config

Dieser Commit ist enthalten in:
Nick Slowinski 2023-06-26 12:15:24 +02:00
Ursprung c0440c9780
Commit 8147d3a937
Signiert von: nickslowinski
GPG-Schlüssel-ID: A28671573AA347CC

14
.drone.yml Normale Datei
Datei anzeigen

@ -0,0 +1,14 @@
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