From b60c95fb113a7800bbb60ba4742fffaeae51e373 Mon Sep 17 00:00:00 2001 From: Nick Slowinski Date: Mon, 26 Jun 2023 15:06:57 +0200 Subject: [PATCH] 2 --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index 4041ace..f5a3d37 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,10 +6,18 @@ platform: os: linux arch: amd64 +clone: + disable: true + steps: - name: build image: registry.access.redhat.com/ubi9/python-311:1-12 commands: + - cd ~ + - pwd + - git clone https://git.nick-slowinski.de/nick-slowinski.de/docs.git . + - git checkout $DRONE_COMMIT + - pip install --upgrade pip - pip install -r requirements.txt - ls -laZ /drone/src - ls -laZ /drone/src/site