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 |Archive | README | LICENSE

commit 17aa64aeedefd971f69a13c0ba59c3ec8088fcd6
parent 36727b0924e1ffca4a4464b1ae470495d4fa9486
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 23 Aug 2025 17:35:55 +0200

feat(Jenkinsfile): change texlive img

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

diff --git a/Jenkinsfile b/Jenkinsfile @@ -4,7 +4,7 @@ node('podman'){ checkout scm stage('build-pdf') { - docker.image('registry.gitlab.com/islandoftex/images/texlive:latest') + docker.image('haproxy.lan:5000/texlive-full:latest') .inside('-u root --entrypoint=""') { sh ''' pwd