arch: null artifacts: - hare-specification/specification.pdf environment: BUILD_SUBMITTER: git.sr.ht GIT_REF: refs/heads/master image: alpine/latest packages: - texlive-full - ghostscript repositories: {} secrets: [] shell: false sources: - https://git.sr.ht/~sircmpwn/hare-specification#51b310fdc7d16412a134970d22a23c258606d38c tasks: - signoff: | cd hare-specification if [ "$BUILD_REASON" = "patchset" ] then if ! git log --format='%b' origin/master^^.. | grep 'Signed-off-by' >/dev/null then echo "Patch missing Signed-off-by" exit 1 fi fi - build: | cd hare-specification make triggers: [] oauth: ""