mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
ignore infrastucture file when zipping python
This commit is contained in:
parent
b1ab1ee7ac
commit
b55b601c15
1 changed files with 7 additions and 1 deletions
|
|
@ -6,7 +6,13 @@ variable "runtime" { type = string }
|
|||
|
||||
variable "zip_excludes" {
|
||||
type = list(string)
|
||||
default = ["**/__pycache__/**", "**/*.pyc", "**/.pytest_cache/**", "**/tests/**"]
|
||||
default = [
|
||||
"**/__pycache__/**",
|
||||
"**/*.pyc",
|
||||
"**/.pytest_cache/**",
|
||||
"**/tests/**",
|
||||
"**/infrastructure/**"
|
||||
]
|
||||
}
|
||||
|
||||
variable "timeout" {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue