1
0
Fork 0

troubleshoot build

Dieser Commit ist enthalten in:
Nick Slowinski 2023-06-26 12:43:32 +02:00
Ursprung 647ff19275
Commit b6a4000858
Signiert von: nickslowinski
GPG-Schlüssel-ID: A28671573AA347CC

Datei anzeigen

@ -10,5 +10,7 @@ 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