Fix the asciidoc validation script

This commit is contained in:
Arseniy Zaostrovnykh 2021-05-05 09:40:19 +02:00
parent 1e2c0da592
commit 0152ebc324

View File

@ -9,6 +9,8 @@ exit_code=0
cd rspec-tools
pipenv install -e .
if pipenv run rspec-tools check-sections --d ../out; then
echo "Sections are fine"
else
echo "ERROR: incorrect section names"
exit_code=1
fi