kind: pipeline type: docker name: default steps: - name: build image: archlinux:base-devel volumes: - name: repo path: /repo commands: - ./build.sh volumes: - name: repo host: path: /mnt/archlinux/nyyu