Fix build

This commit is contained in:
Daniel Kluge 2022-06-12 15:30:42 +02:00
parent 3dc02a6c79
commit d744479245

View File

@ -11,7 +11,8 @@ steps:
- name: test-build - name: test-build
image: asciidoctor/docker-asciidoctor image: asciidoctor/docker-asciidoctor
commands: commands:
- asciidoctor *.adoc - asciidoctor projects/*.adoc || true
- asciidoctor diaries/*.adoc || true
--- ---
kind: pipeline kind: pipeline
type: ssh type: ssh