kind: pipeline name: default steps: - name: test image: koalaman/shellcheck-alpine:latest commands: - find usr/local/bin -type f -exec echo Testing {} \; -exec shellcheck {} \; - name: build arch package image: whynothugo/makepkg environment: SYNC_DATABASE: 1 commands: - cp -r /drone/src /home/build - cd /home/build/_pkg - makepkg -cs