diff options
author | Florian Hagen <florian.hagen@tuhh.de> | 2019-09-10 07:33:15 +0000 |
---|---|---|
committer | Florian Hagen <florian.hagen@tuhh.de> | 2019-09-10 07:33:15 +0000 |
commit | b79702dc18f59ee810b1197aba745a843d7dbccd (patch) | |
tree | b3cc574c22eae4e92fbbbb8bfe2a5a95aa12160a | |
parent | 6ee7bb7607b5ae12266f3ac3705c2f5cff7a03a3 (diff) |
Add new file
-rw-r--r-- | xldrkp/pandoc:latest | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xldrkp/pandoc:latest b/xldrkp/pandoc:latest new file mode 100644 index 0000000..ecdf3f8 --- /dev/null +++ b/xldrkp/pandoc:latest @@ -0,0 +1,18 @@ +image: xldrkp/pandoc:latest + +build: + before_script: + - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@collaborating.tuhh.de/hos/modernes-publizieren/offen/software/konfigurationen/buchprojekt.wiki.git + script: + - ls -la + - cd buchprojekt.wiki + - ls -la + - pandoc --version + - pandoc + einleitung.md + hintergrund.md + fazit.md + -o ../buch.pdf + artifacts: + paths: + - "*.pdf" |