summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-06-05 21:48:48 +0300
committerLars Wirzenius <liw@liw.fi>2021-06-05 21:48:48 +0300
commit8f212111db45d9931d0076aefc581c25f0d0bd4d (patch)
tree184ba1d88c321c4059c4e2c05f2c6d5742302a61
parent7fc996ffd93ecbe669c586cf561023e85206dcd3 (diff)
downloadliw-ci-8f212111db45d9931d0076aefc581c25f0d0bd4d.tar.gz
change format_subplots to format subplots without scenarios
This is for the Obnam tutorial. Sponsored-by: author
-rw-r--r--ci-prod.ick2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-prod.ick b/ci-prod.ick
index 405fe3a..90cade6 100644
--- a/ci-prod.ick
+++ b/ci-prod.ick
@@ -964,7 +964,7 @@ pipelines:
base="$(basename "$file" .md)"
(
cd "$(dirname "$file")"
- if subplot $opts metadata "$base.md" | grep -q "^scenario:"
+ if subplot $opts metadata "$base.md" | grep -q "^titls:"
then
subplot $opts docgen "$base.md" -o "$output/$base.html"
subplot $opts docgen "$base.md" -o "$output/$base.pdf"