Skip to content
Snippets Groups Projects

Added a specific file list containing all files to skip for each pattern.

Merged Jan Frenzel requested to merge 219-skip-some-pattern-checks-based-on-file into preview
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading