Compare commits
2 commits
c008bde57d
...
ce573fc1c1
Author | SHA1 | Date | |
---|---|---|---|
|
ce573fc1c1 | ||
|
80b4f24aaf |
2 changed files with 13 additions and 3 deletions
15
.drone.yml
15
.drone.yml
|
@ -3,12 +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
|
||||||
|
- 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
|
||||||
|
|
||||||
|
|
1
test.txt
Normal file
1
test.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
asdasd
|
Loading…
Reference in a new issue