Skip to content
Snippets Groups Projects
Commit fa80f8cb authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Check also README.md.

parent f1c0c416
No related branches found
No related tags found
2 merge requests!415Added a specific file list containing all files to skip for each,!410Added a specific file list containing all files to skip for each pattern.
......@@ -139,7 +139,7 @@ branch="origin/${CI_MERGE_REQUEST_TARGET_BRANCH_NAME:-preview}"
if [ $all_files = true ]; then
echo "Search in all markdown files."
files=$(git ls-tree --full-tree -r --name-only HEAD $basedir/docs/ | grep .md)
files=$(git ls-tree --full-tree -r --name-only HEAD $basedir/ | grep .md)
elif [[ ! -z $file ]]; then
files=$file
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment