diff --git a/.drone.yml b/.drone.yml index e84bd58..ff7a633 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - name: clone image: registry.access.redhat.com/ubi9/python-311:1-12 commands: - - {mkdir,cd} ~/docs + - mkdir ~/docs && cd ~/docs - git clone https://git.nick-slowinski.de/NickSlowinski/docs.git . - git checkout $DRONE_COMMIT -b $DRONE_BRANCH - name: build