From 1d7d19a97f403ee610a4b54ca470c86e98ba4be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Wi=C3=9Fmann?= Date: Wed, 3 May 2023 14:25:21 +0200 Subject: [PATCH] Include logs in artifact --- gitlab-ci/latex-makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab-ci/latex-makefile.yml b/gitlab-ci/latex-makefile.yml index 7856a0f..fc85e5e 100644 --- a/gitlab-ci/latex-makefile.yml +++ b/gitlab-ci/latex-makefile.yml @@ -11,7 +11,7 @@ compile_latex: # when editing, be careful, not to use any colons since they mess up the yaml parser! # compile all the PDFs you are interested in: - make - - git ls-files -z -o -x '*.pdf' |xargs -0 rm -v -f # remove all untracked files (-o) except for *.pdf files + - git ls-files -z -o -x '*.pdf' -x '*.log' |xargs -0 rm -v -f # remove all untracked files (-o) except for *.pdf and *.log files cache: untracked: true # cache all pdf files for subsequent runs artifacts: