Tekton task for use with ODS Pipeline to render asciidoc template into PDFs.
tasks:
- name: render
taskRef:
resolver: git
params:
- { name: url, value: https://github.com/opendevstack/ods-pipeline-adoc.git }
- { name: revision, value: v0.1.0 }
- { name: pathInRepo, value: tasks/render.yaml }
workspaces:
- { name: source, workspace: shared-workspace }
See the documentation for detailed usage and available task parameters.
docs
and tasks
are generated directories from recipes located in build
. See the Makefile
target for how everything fits together.