Merge "Add stackviz directory to the list of find_files"

This commit is contained in:
Zuul 2018-10-01 12:17:34 +00:00 committed by Gerrit Code Review
commit 5f82588fa4
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ function find_files {
! -name '*.html' \
! -name '*.subunit' \
! -name "*.journal" \
! -name 'ansible.sqlite'
! -name 'ansible.sqlite' | grep -v 'stackviz'
}
function rename_files {