RULEAPI-607 Silence the asciidoctor "ERROR:" and "WARNING:" messages in the validation scripts
This commit is contained in:
parent
b6a2c04dd0
commit
51572ed9a9
@ -2,7 +2,7 @@
|
||||
set -euo pipefail
|
||||
|
||||
mkdir -p out
|
||||
asciidoctor -R rules -D out 'rules/*/*/rule.adoc'
|
||||
asciidoctor -R rules -D out 'rules/*/*/rule.adoc' -q
|
||||
cd rules
|
||||
find . -name 'metadata.json' -exec cp --parents '{}' ../out \;
|
||||
cd ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user