testweise pdflatex
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Lucas Pleß 2022-08-29 20:19:15 +02:00
parent 80b4f24aaf
commit ce573fc1c1
1 changed files with 10 additions and 10 deletions

View File

@ -3,21 +3,21 @@ kind: pipeline
type: docker
name: default
steps:
- name: Echo Foo
image: hello-world
- name: Nur für citest_publish branch
- 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
when:
ref:
- refs/heads/citest_publish
- name: Nur für citest_publish branch bei pull_request
- name: Nur für citest_publish branch (später master)
image: alpine
commands:
- ls
- echo foo
when:
ref:
- refs/heads/citest_publish
event:
- pull_request