kind: pipeline type: docker name: default clone: disable: true trigger: repo: include: - garionion/fluffychat steps: - name: clone image: alpine/git volumes: - name: build path: / commands: - git clone https://git.entr0py.de/garionion/fluffychat.git . - git checkout $DRONE_COMMIT - name: build image: archlinux/base-devel volumes: - name: build path: / commands: - ls -al volumes: - name: build temp: {}