diff options
author | Florian Hagen <florian.hagen@tuhh.de> | 2019-09-10 07:39:19 +0000 |
---|---|---|
committer | Florian Hagen <florian.hagen@tuhh.de> | 2019-09-10 07:39:19 +0000 |
commit | e3e7418bb0753689cf29b526d6b2fb4a2de2ac77 (patch) | |
tree | 2716c5315e99dca1e7d155326ea26e3cbd5a1fdb /xldrkp/pandoc:latest.yml | |
parent | f856f596ca4e2fa32b7173ec74a7b0f62528fa8b (diff) |
Delete pandoc:latest.yml
Diffstat (limited to 'xldrkp/pandoc:latest.yml')
-rw-r--r-- | xldrkp/pandoc:latest.yml | 18 |
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" |