name: amd64 kind: pipeline type: docker platform: os: linux arch: amd64 clone: disable: true steps: - name: clone and build image: registry.access.redhat.com/ubi9/python-311:1-12 commands: - mkdir ~/docs && cd ~/docs - echo $DRONE_REPO_LINK - git clone $DRONE_REPO_LINK . - git checkout $DRONE_COMMIT -b $DRONE_BRANCH - pip install --upgrade pip - pip install -r requirements.txt - mkdocs build