mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05:00
wrapper: Wrapper.generate_wrapper_config(): no need to overwrite wrapper.type, we have the env var for that
This commit is contained in:
parent
fccd58c533
commit
c50166051d
1 changed files with 0 additions and 3 deletions
|
@ -84,9 +84,6 @@ class BaseWrapper(Wrapper):
|
||||||
file_path=wrapped_config,
|
file_path=wrapped_config,
|
||||||
config=(config.file | {
|
config=(config.file | {
|
||||||
'paths': paths,
|
'paths': paths,
|
||||||
'wrapper': {
|
|
||||||
'type': 'none'
|
|
||||||
}
|
|
||||||
} | config_overrides),
|
} | config_overrides),
|
||||||
)
|
)
|
||||||
self.wrapped_config_path = wrapped_config
|
self.wrapped_config_path = wrapped_config
|
||||||
|
|
Loading…
Add table
Reference in a new issue