Merge pull request #5 from blue-build/module-args
feat: Add the ability to set env vars for module calls
This commit is contained in:
commit
031ccd0a85
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