testweise pdflatex
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
This commit is contained in:
parent
80b4f24aaf
commit
ce573fc1c1
20
.drone.yml
20
.drone.yml
|
@ -3,21 +3,21 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
steps:
|
steps:
|
||||||
- name: Echo Foo
|
- name: generate PDF files from tex
|
||||||
image: hello-world
|
image: registry.gitlab.com/islandoftex/images/texlive:latest
|
||||||
- name: Nur für citest_publish branch
|
commands:
|
||||||
|
- pdflatex satzung.tex
|
||||||
|
- pdflatex beitragsordnung.tex
|
||||||
|
- pdflatex schluesselordnung.tex
|
||||||
|
- name: show directory contents
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- ls
|
- ls
|
||||||
when:
|
- name: Nur für citest_publish branch (später master)
|
||||||
ref:
|
|
||||||
- refs/heads/citest_publish
|
|
||||||
- name: Nur für citest_publish branch bei pull_request
|
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- ls
|
- echo foo
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/heads/citest_publish
|
- refs/heads/citest_publish
|
||||||
event:
|
|
||||||
- pull_request
|
|
||||||
|
|
Loading…
Reference in New Issue