ctdo-Satzung/.drone.yml

24 lines
517 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: generate PDF files from tex
image: registry.gitlab.com/islandoftex/images/texlive:latest
commands:
- pdflatex satzung.tex
- pdflatex beitragsordnung.tex
- pdflatex schluesselordnung.tex
- name: show directory contents
image: alpine
commands:
- ls
- name: Nur für citest_publish branch (später master)
image: alpine
commands:
- echo foo
when:
ref:
- refs/heads/citest_publish