Merge pull request #848 from github/terragruntcache

remove cache folder
This commit is contained in:
Lukas Gravley 2020-10-13 15:54:00 -05:00 committed by GitHub
commit 994b115006
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)