diff options
Diffstat (limited to 'xldrkp')
-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" |