debug
This commit is contained in:
parent
14da083af1
commit
02c5b5bd96
@ -21,7 +21,7 @@ from pulumi_command import local
|
||||
|
||||
def get_env( name ):
|
||||
result = local.Command(
|
||||
"command",
|
||||
"cmd",
|
||||
create=f'printenv {name}'
|
||||
)
|
||||
return result.stdout
|
||||
|
||||
Loading…
Reference in New Issue
Block a user