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
|
||||
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
|
||||
- name: Echo Foo
|
||||
image: hello-world
|
||||
- name: Nur für citest_publish branch
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue