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