Compare commits

..

No commits in common. "ce573fc1c182ac611d81a4b318d4adb9fe303e97" and "c008bde57d6d733d261c12ea12f74435ed5080f9" have entirely different histories.

2 changed files with 3 additions and 13 deletions

View File

@ -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

View File

@ -1 +0,0 @@
asdasd