remove cache folder

This commit is contained in:
Lucas Gravley 2020-10-13 14:17:40 -05:00
parent 8421ec801b
commit 8be7c6df85
2 changed files with 2 additions and 0 deletions

View file

@ -71,6 +71,7 @@ function BuildFileList() {
-path "*/.git" -prune -o \
-path "*/.venv" -prune -o \
-path "*/.rbenv" -prune -o \
-path "*/.terragrunt-cache" -prune -o \
-type f 2>&1)
fi

View file

@ -370,6 +370,7 @@ function TestCodebase() {
-path "*/.venv" -prune -o \
-path "*/.git" -prune -o \
-path "*/.rbenv" -prune -o \
-path "*/.terragrunt-cache" -prune -o \
-type f -regex "${FILE_EXTENSIONS}" \
! -path "${GITHUB_WORKSPACE}/${TEST_CASE_FOLDER}/ansible/ghe-initialize/*" | sort 2>&1)