aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Dürkop <axel.duerkop@tuhh.de>2020-11-10 11:55:50 +0100
committerAxel Dürkop <axel.duerkop@tuhh.de>2020-11-10 11:55:50 +0100
commit6ca23c152f1df9ed92c6e390fcb0ce9db00b2aca (patch)
tree1f76d9b7ce9835520e57f82895f114006fbe2d2d
parentae8d3fbe95c3ca13ec18143e15a7fca243af4815 (diff)
Tinker with image
-rw-r--r--.gitlab-ci.yml2
-rwxr-xr-xbuild.sh1
2 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aeada69..6ca36d1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: pandoc/latex:2.10.1
+image: pandoc/latex
stages:
- build
diff --git a/build.sh b/build.sh
index 6127c7f..599f7d4 100755
--- a/build.sh
+++ b/build.sh
@@ -1,4 +1,3 @@
#! /bin/sh
xargs -a ./content/toc.txt /usr/bin/pandoc --filter /usr/bin/pandoc-citeproc -o build/book.pdf ./config/.pandoc-config.yml
-