From eb48ee160bd09a0e2c095c5de0ebc262feacb194 Mon Sep 17 00:00:00 2001 From: Nick Slowinski Date: Mon, 26 Jun 2023 15:51:13 +0200 Subject: [PATCH] 15 --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 45a413f..7882f7d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,8 @@ steps: image: registry.access.redhat.com/ubi9/python-311:1-12 commands: - mkdir ~/docs && cd ~/docs - - git clone https://git.nick-slowinski.de/NickSlowinski/docs.git . + - echo $DRONE_REPO_LINK + - git clone $DRONE_REPO_LINK . - git checkout $DRONE_COMMIT -b $DRONE_BRANCH - pip install --upgrade pip - pip install -r requirements.txt