RULEAPI-607 Silence the asciidoctor "ERROR:" and "WARNING:" messages in the validation scripts

This commit is contained in:
Amélie Renard 2021-05-21 16:04:49 +02:00 committed by GitHub
parent b6a2c04dd0
commit 51572ed9a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ..