Loading .gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -27,7 +27,7 @@ Typeset example documents: - cd example - cd example - xetex example.ins - xetex example.ins script: script: - ls *.tex | xargs latexmk - ls *.tex | xargs -n 1 sh -c 'latexmk $0 || exit 255' - rm signature.pdf - rm signature.pdf artifacts: artifacts: paths: paths: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -27,7 +27,7 @@ Typeset example documents: - cd example - cd example - xetex example.ins - xetex example.ins script: script: - ls *.tex | xargs latexmk - ls *.tex | xargs -n 1 sh -c 'latexmk $0 || exit 255' - rm signature.pdf - rm signature.pdf artifacts: artifacts: paths: paths: Loading