diff --git a/.drone.yml b/.drone.yml index 2a9fd7c..cdf0237 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,5 +10,7 @@ steps: - name: build image: registry.access.redhat.com/ubi9/python-311:1-12 commands: + - whoami + - dnf install -y git - pip install -r requirements.txt - mkdocs build \ No newline at end of file