From 1d1ff371aa3a64d19744f10f90571499fa81769f Mon Sep 17 00:00:00 2001 From: Florian Hagen Date: Tue, 10 Sep 2019 07:38:00 +0000 Subject: Update pandoc:latest --- xldrkp/pandoc:latest | 18 ------------------ xldrkp/pandoc:latest.yml | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 xldrkp/pandoc:latest create mode 100644 xldrkp/pandoc:latest.yml diff --git a/xldrkp/pandoc:latest b/xldrkp/pandoc:latest deleted file mode 100644 index ecdf3f8..0000000 --- a/xldrkp/pandoc:latest +++ /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" diff --git a/xldrkp/pandoc:latest.yml b/xldrkp/pandoc:latest.yml new file mode 100644 index 0000000..ecdf3f8 --- /dev/null +++ b/xldrkp/pandoc:latest.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" -- cgit v1.2.3