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