Use module name instead of jitsi

This commit is contained in:
bom 2022-12-22 22:30:42 +01:00
parent 8404ba2e24
commit ddd00f6510

View file

@ -52,7 +52,7 @@ class C4kMixin(DevopsBuild):
cmd = [f'c4k-{self.c4k_module_name}-standalone.jar',
self.build_path() + '/out_config.edn',
self.build_path() + '/out_auth.edn',
'> ' + self.build_path() + '/out_jitsi.yaml']
'> ' + self.build_path() + f'/out_{self.c4k_module_name}.yaml']
output = execute(cmd, True)
print(output)
return output