feat: Add the ability to set args for module calls
This commit is contained in:
parent
fecdf3b39a
commit
3c16ca5593
1 changed files with 4 additions and 0 deletions
|
|
@ -125,6 +125,10 @@ model ModuleDefaults {
|
|||
* https://blue-build.org/reference/module/#no-cache-optional
|
||||
*/
|
||||
`no-cache`?: boolean = false;
|
||||
|
||||
/** Environment variables to add for the module call.
|
||||
*/
|
||||
env?: Record<string>;
|
||||
}
|
||||
|
||||
@jsonSchema("module-custom-v1.json")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue