geforkt von nick-slowinski.de/docs
troubleshoot build
Dieser Commit ist enthalten in:
Ursprung
647ff19275
Commit
b6a4000858
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
|
@ -10,5 +10,7 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: registry.access.redhat.com/ubi9/python-311:1-12
|
image: registry.access.redhat.com/ubi9/python-311:1-12
|
||||||
commands:
|
commands:
|
||||||
|
- whoami
|
||||||
|
- dnf install -y git
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- mkdocs build
|
- mkdocs build
|
Laden …
In neuem Issue referenzieren