aboutsummaryrefslogtreecommitdiff
path: root/pandoclatest.yml
diff options
context:
space:
mode:
authorFlorian Hagen <florian.hagen@tuhh.de>2019-09-10 08:09:04 +0000
committerFlorian Hagen <florian.hagen@tuhh.de>2019-09-10 08:09:04 +0000
commitc5aaab140a07cf8ac21cb9f6ad58d58ccfd92cdd (patch)
tree1ce4e34b6514ce8bb0e5cc651c38c128e9554dd6 /pandoclatest.yml
parente3e7418bb0753689cf29b526d6b2fb4a2de2ac77 (diff)
Update pandoclatest.yml
Diffstat (limited to 'pandoclatest.yml')
-rw-r--r--pandoclatest.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/pandoclatest.yml b/pandoclatest.yml
deleted file mode 100644
index ecdf3f8..0000000
--- a/pandoclatest.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-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"