Skip to content
Snippets Groups Projects
Commit ce913b89 authored by Jari-Matti Mäkelä's avatar Jari-Matti Mäkelä
Browse files

Remove the workaround, use the deployed java bin

parent d868a4d3
No related branches found
No related tags found
No related merge requests found
Pipeline #81573 passed
......@@ -10,11 +10,9 @@ build:
script:
- cd latex
- latexmk -pdf --shell-escape thesis.tex
- "pdfa-validate thesis.pdf > output"
artifacts:
paths:
- latex/thesis.pdf
- latex/output
# a validation prints "PASS + something" is the file is PDF/A conformant
validate:
......@@ -29,8 +27,6 @@ pages:
script:
- mkdir -p static
- cp -v latex/*.pdf static/
- cp latex/output /
- echo "cat /output" > /usr/local/bin/pdfa-validate
- /sitegen/bin/sitegen --singlefile
only:
- master
......
......@@ -36,10 +36,8 @@ final_version:
- "pdfinfo thesis2.pdf |grep '^Pages: *16$'"
- "pdfa-validate thesis.pdf|grep '^PASS'"
- "pdfa-validate thesis2.pdf|grep '^PASS'"
- "pdfa-validate thesis.pdf > output"
artifacts:
paths:
- latex/output
- latex/thesis.pdf
- latex/thesis2.pdf
......@@ -65,8 +63,6 @@ pages:
script:
- mkdir -p static
- cp -v latex/*.pdf static/
- cp latex/output /
- echo "cat /output" > /usr/local/bin/pdfa-validate
- /sitegen/bin/sitegen --singlefile
only:
- master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment