1
0
Fork 0

switch to "normal" python image
Einige Prüfungen sind fehlgeschlagen
continuous-integration/drone Build is failing

Dieser Commit ist enthalten in:
Nick Slowinski 2023-06-26 13:15:34 +02:00
Ursprung 08ca787295
Commit 0744165f3d
Signiert von: nickslowinski
GPG-Schlüssel-ID: A28671573AA347CC

Datei anzeigen

@ -1,22 +1,14 @@
name: amd64 name: amd64
kind: pipeline kind: pipeline
type: docker type: docker
clone:
disable: true
platform: platform:
os: linux os: linux
arch: amd64 arch: amd64
steps: 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 - name: build
image: registry.access.redhat.com/ubi9/python-311:1-12 image: python:3.11.4-alpine3.18
commands: commands:
- pip install -r requirements.txt - pip install -r requirements.txt
- mkdocs build - mkdocs build