From bf17510c84d1e47278ed552c1c3b5d95488aa562 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@beagleboard.org> Date: Mon, 3 Jul 2023 13:38:10 -0400 Subject: [PATCH] ci: gitlab-build.sh: looking for missing pdfcpu in docker image --- gitlab-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gitlab-build.sh b/gitlab-build.sh index a31e212d..dc5eb908 100755 --- a/gitlab-build.sh +++ b/gitlab-build.sh @@ -47,6 +47,7 @@ HERE # Build, optimize, and serve PDF make latexpdf BUILDDIR=public/$VER_DIR + ls -lha /usr/local/bin/* pdfcpu version du -sh public/$VER_DIR/latex/beagleboard-docs.pdf pdfcpu optimize public/$VER_DIR/latex/beagleboard-docs.pdf -- GitLab