From 0744165f3dc3b8731561dc5119ad1e95e8626f2a Mon Sep 17 00:00:00 2001 From: Nick Slowinski Date: Mon, 26 Jun 2023 13:15:34 +0200 Subject: [PATCH] switch to "normal" python image --- .drone.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index e4176a9..88ebb8c 100644 --- a/.drone.yml +++ b/.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 \ No newline at end of file