From fed83c361dbaf2f3d173b7feb3fe7447723776f0 Mon Sep 17 00:00:00 2001 From: Nick Slowinski Date: Mon, 26 Jun 2023 15:39:47 +0200 Subject: [PATCH] 13 --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index ff7a633..ff3a801 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,7 @@ steps: - name: build image: registry.access.redhat.com/ubi9/python-311:1-12 commands: + - cd ~/docs - pwd - pip install --upgrade pip - pip install -r requirements.txt