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: - cd _pkg - makepkg -cs