mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
exclude tests from lambda zip
This commit is contained in:
parent
182fb8931e
commit
5a6294b79e
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ variable "runtime" { type = string }
|
|||
|
||||
variable "zip_excludes" {
|
||||
type = list(string)
|
||||
default = ["**/__pycache__/**", "**/*.pyc", "**/.pytest_cache/**"]
|
||||
default = ["**/__pycache__/**", "**/*.pyc", "**/.pytest_cache/**", "**/tests/**"]
|
||||
}
|
||||
|
||||
variable "timeout" {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue