Skip to content
Snippets Groups Projects
Verified Commit bd35b39e authored by Julien Wittouck's avatar Julien Wittouck
Browse files

:wrench: : update build tps

parent ad60f797
No related branches found
No related tags found
No related merge requests found
Pipeline #52617 failed
......@@ -11,7 +11,6 @@ tasks:
- task: update-tps
- task: update-index-date
- task: export-pdf
- task: export-tp-pdf
update-index-date:
vars:
......@@ -25,7 +24,21 @@ tasks:
- w*/*.adoc
cmds:
- for: sources
cmd: asciidoctor '{{ .ITEM }}'
task: update-one-tp
vars:
INPUT: '{{ .ITEM }}'
update-one-tp:
internal: true
sources:
- '{{ .INPUT }}'
label: export-one-tp-{{ .FILE_NAME }}
vars:
FILE_NAME:
sh: echo $(basename {{.INPUT}} .adoc)
cmds:
- asciidoctor '{{ .INPUT }}'
- asciidoctor-pdf '{{ .INPUT }}'
export-tp-pdf:
run: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment