Add stackviz directory to the list of find_files

This patch will add stackviz directory to be skipped to be gzipped
when collect logs

Change-Id: I08dabcf69ef70705ce5d4732195e14c5246c911a
This commit is contained in:
Arx Cruz 2018-09-21 10:24:21 +02:00
parent a87b78e87e
commit 83d63ccc9d
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 {