config: Pass context to Config constructor

Will be used later on to retrieve kas_work_dir.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka
2021-08-18 15:36:49 +02:00
parent 4f23045ce8
commit eeab1bc9bc
5 changed files with 5 additions and 5 deletions

View File

@@ -77,7 +77,7 @@ class Shell:
"""
ctx = create_global_context(args)
ctx.config = Config(args.config)
ctx.config = Config(ctx, args.config)
if args.keep_config_unchanged:
# Skip the tasks which would change the config of the build