aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Hagen <florian.hagen@tuhh.de>2019-09-10 07:39:04 +0000
committerFlorian Hagen <florian.hagen@tuhh.de>2019-09-10 07:39:04 +0000
commitf856f596ca4e2fa32b7173ec74a7b0f62528fa8b (patch)
tree90d80589cf7c00d8f6082c18840a6846307fd5c8
parent1d1ff371aa3a64d19744f10f90571499fa81769f (diff)
Add new file
-rw-r--r--pandoclatest.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/pandoclatest.yml b/pandoclatest.yml
new file mode 100644
index 0000000..ecdf3f8
--- /dev/null
+++ b/pandoclatest.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"