Compare commits
No commits in common. "ce573fc1c182ac611d81a4b318d4adb9fe303e97" and "c008bde57d6d733d261c12ea12f74435ed5080f9" have entirely different histories.
ce573fc1c1
...
c008bde57d
15
.drone.yml
15
.drone.yml
|
@ -3,21 +3,12 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
steps:
|
steps:
|
||||||
- name: generate PDF files from tex
|
- name: Echo Foo
|
||||||
image: registry.gitlab.com/islandoftex/images/texlive:latest
|
image: hello-world
|
||||||
commands:
|
- name: Nur für citest_publish branch
|
||||||
- pdflatex satzung.tex
|
|
||||||
- pdflatex beitragsordnung.tex
|
|
||||||
- pdflatex schluesselordnung.tex
|
|
||||||
- name: show directory contents
|
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- ls
|
- ls
|
||||||
- name: Nur für citest_publish branch (später master)
|
|
||||||
image: alpine
|
|
||||||
commands:
|
|
||||||
- echo foo
|
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/heads/citest_publish
|
- refs/heads/citest_publish
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue