cv-bubble

Personal PDF CV, fork of github.com/mateuszbaransanok/BubbleCV
git clone https://git.in0rdr.ch/cv-bubble.git
Log | Files | Refs | Pull requests | README | LICENSE

commit 696925e6f647e5cedfbbc7a77eb00a2e6b2f118e
parent f9f45fa97434bf9c7816a5a2d4df03abafea1c6d
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Fri, 23 Aug 2024 20:34:37 +0200

feat: update Jenkinsfile

Diffstat:
MJenkinsfile | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile @@ -4,9 +4,8 @@ node('podman'){ checkout scm stage('build-pdf') { - docker.image('docker.io/leplusorg/latex:latest').inside('-u latex --entrypoint=""') { + docker.image('docker.io/leplusorg/latex:latest').inside('-u 1000 --entrypoint=""') { sh ''' - which latexmk latexmk -c latexmk -pdflua main.tex '''