From b6a4000858fbc1dbfa4b9bb1e5e8e5aff39ce3ea Mon Sep 17 00:00:00 2001 From: Nick Slowinski Date: Mon, 26 Jun 2023 12:43:32 +0200 Subject: [PATCH] troubleshoot build --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) 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