summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-06-07 08:36:33 +0300
committerLars Wirzenius <liw@liw.fi>2023-06-07 08:36:33 +0300
commit2f405d21418d0a157059005c977fcb45657e3ba1 (patch)
treeef69f9ff73282cc14f10ecf82502b28af109c0ce
parentc785d7f09bfb66b1df921b0b32cbba85c5e483d1 (diff)
downloadliw-ci-2f405d21418d0a157059005c977fcb45657e3ba1.tar.gz
be merciful
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 c7e6f2b..47d295c 100644
--- a/ci-prod.ick
+++ b/ci-prod.ick
@@ -1218,7 +1218,7 @@ pipelines:
base="$(basename "$file" .subplot)"
(
cd "$(dirname "$file")"
- if subplot $opts metadata "$base.subplot" | awk '/^title:/ && NF > 1' | grep .
+ if subplot $opts metadata --merciful "$base.subplot" | awk '/^title:/ && NF > 1' | grep .
then
subplot $opts docgen "$base.subplot" -o "$output/$base.html"
# subplot $opts docgen "$base.subplot" -o "$output/$base.pdf"