Move port forwarding scripts into provider folders, unify call and fix export syntax of environment variables
This commit is contained in:
@@ -37,7 +37,7 @@ for env_var in os.environ:
|
||||
with open(args.env_var_script_file, 'w') as script_file:
|
||||
for var_name, var_value in variables_to_persist.items():
|
||||
script_file.write(
|
||||
'export {env_var} = {env_var_value}\n'.format(
|
||||
'export {env_var}={env_var_value}\n'.format(
|
||||
env_var=var_name,
|
||||
env_var_value=var_value,
|
||||
),
|
||||
|
Reference in New Issue
Block a user