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