Commit fda97764 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Add verbosity for testing

parent 30cfd7eb
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -73,9 +73,9 @@ echo "------ Generate input for mkdocs --------"
#python3 $1 -it -ihp --title ${9^^} "./$8.md"
if [ $frontmatterClause == True ]; then
  cat ./combined.md >> ./spec.md
  python3 /generateSpecWebSite/toMkdocs.py -it -ihp --title ${CI_PROJECT_NAME^^} "./spec.md"
  python3 /generateSpecWebSite/toMkdocs.py -vv -it -ihp --title ${CI_PROJECT_NAME^^} "./spec.md"
else
  python3 /generateSpecWebSite/toMkdocs.py -it -ihp --title ${CI_PROJECT_NAME^^} "./${SPEC_NAME}.md"
  python3 /generateSpecWebSite/toMkdocs.py -vv -it -ihp --title ${CI_PROJECT_NAME^^} "./${SPEC_NAME}.md"
fi
ls ${CI_PROJECT_NAME^^}
echo "------ Move to docs folder --------"