--- kind: pipeline type: docker name: build-release clone: disable: true steps: - name: clone image: plugins/git settings: recursive: true - name: fetch images image: alpine/git commands: - git lfs fetch - git lfs checkout - name: pandoc image: pandoc/core:2.18-alpine commands: - sh build-pandoc.sh latex user > user/user-manual.tex - sh build-pandoc.sh latex admin > admin/admin-manual.tex - name: build-latex-user image: texlive/texlive commands: - cd user - latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode -xelatex user-manual.tex - mv user-manual.pdf ../. - name: build-latex-admin image: texlive/texlive commands: - cd admin - latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode -xelatex admin-manual.tex - mv admin-manual.pdf ../. - name: release image: plugins/gitea-release settings: api_key: from_secret: gitea_key base_url: https://gitea.champs-libres.be files: - user-manual.pdf - admin-manual.pdf checksum: - sha512 title: ${DRONE_TAG:=latest} when: event: - tag --- kind: signature hmac: 686b3bf2e6d8ffd370cfde19d9110b6c71af6e2dc4afc3c1b8d7a5016397ee3e ...