Skip to content
Snippets Groups Projects
Commit 48b0a13a authored by Thomas Woerner's avatar Thomas Woerner
Browse files

README test: Also check role readme files

The test is now also checking that role README files are mentioned in
the main README.
parent 04a8299b
No related branches found
No related tags found
No related merge requests found
...@@ -12,5 +12,5 @@ jobs: ...@@ -12,5 +12,5 @@ jobs:
- name: Run readme test - name: Run readme test
run: | run: |
error=0 error=0
for i in README-*.md; do grep -q $i README.md && echo "OK: $i" || { echo -e "\033[31;1mERROR: ${i} missing\033[0m"; error=1; } done for i in roles/ipa*/README.md README-*.md; do grep -q $i README.md && echo "OK: $i" || { echo -e "\033[31;1mERROR: ${i} missing\033[0m"; error=1; } done
exit $error exit $error
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment