geforkt von nick-slowinski.de/docs
switch to "normal" python image
Einige Prüfungen sind fehlgeschlagen
continuous-integration/drone Build is failing
Einige Prüfungen sind fehlgeschlagen
continuous-integration/drone Build is failing
Dieser Commit ist enthalten in:
Ursprung
08ca787295
Commit
0744165f3d
1 geänderte Dateien mit 1 neuen und 9 gelöschten Zeilen
10
.drone.yml
10
.drone.yml
|
@ -1,22 +1,14 @@
|
|||
name: amd64
|
||||
kind: pipeline
|
||||
type: docker
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: registry.access.redhat.com/ubi9/python-311:1-12
|
||||
commands:
|
||||
- git clone https://git.nick-slowinski.de/nick-slowinski.de/docs.git .
|
||||
- git checkout $DRONE_COMMIT
|
||||
|
||||
- name: build
|
||||
image: registry.access.redhat.com/ubi9/python-311:1-12
|
||||
image: python:3.11.4-alpine3.18
|
||||
commands:
|
||||
- pip install -r requirements.txt
|
||||
- mkdocs build
|
Laden …
In neuem Issue referenzieren