fix: add auto_req and auto_prov

This commit is contained in:
2024-12-27 21:15:37 +03:00
parent 5d1d3d7c45
commit a345a24b95
4 changed files with 29 additions and 10 deletions

View File

@ -49,6 +49,8 @@ type BuildVars struct {
Checksums []string `sh:"checksums"`
Backup []string `sh:"backup"`
Scripts Scripts `sh:"scripts"`
AutoReq []string `sh:"auto_req"`
AutoProv []string `sh:"auto_prov"`
}
type Scripts struct {