Skip to content
Snippets Groups Projects
Verified Commit c7768f7e authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Make pipeline pass again


And make Vale error message more verbose

Signed-off-by: default avatarKarel van Klink <karel.vanklink@geant.org>
parent 8987e8b9
No related branches found
No related tags found
2 merge requests!6[2023-07-14] publish docs,!1Convert docs from rsx to markdown
Pipeline #79190 passed
......@@ -41,4 +41,4 @@ lint-documentation:
script:
- RESULT=$(vale $CI_PROJECT_DIR/docs/build/html/_sources)
- echo "$RESULT"
- if echo "$RESULT" | tail -n 1 | grep -q "✖" ; then echo "Please fix all Vale errors and warnings" && exit 1 ; else exit 0 ; fi
- if echo "$RESULT" | tail -n 1 | grep -q "✖" ; then echo -e "\n\n\n\033[0;31mPlease fix all Vale errors and warnings!\033[0m\n\n\n" && exit 1 ; else exit 0 ; fi
# GÉANT Automation Platform (GAP)
Welcome to the doc/umentation of the GÉANT Automation Platform, also known as GAP. \
Welcome to the documentation of the GÉANT Automation Platform, also known as GAP. \
The focus of this platform is configuration management and service orchestration for the GÉANT IP/MPLS network.
## Table of Contents
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment