mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Merge pull request #848 from github/terragruntcache
remove cache folder
This commit is contained in:
commit
994b115006
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue