aboutsummaryrefslogtreecommitdiff
path: root/xldrkp/pandoc:latest.yml
diff options
context:
space:
mode:
authorFlorian Hagen <florian.hagen@tuhh.de>2019-09-10 07:38:00 +0000
committerFlorian Hagen <florian.hagen@tuhh.de>2019-09-10 07:38:00 +0000
commit1d1ff371aa3a64d19744f10f90571499fa81769f (patch)
treed318cb5b289d08e724ec6567a91301bf98bb315e /xldrkp/pandoc:latest.yml
parentb79702dc18f59ee810b1197aba745a843d7dbccd (diff)
Update pandoc:latest
Diffstat (limited to 'xldrkp/pandoc:latest.yml')
-rw-r--r--xldrkp/pandoc:latest.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/xldrkp/pandoc:latest.yml b/xldrkp/pandoc:latest.yml
new file mode 100644
index 0000000..ecdf3f8
--- /dev/null
+++ b/xldrkp/pandoc:latest.yml
@@ -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"