Use module name instead of jitsi
This commit is contained in:
parent
8404ba2e24
commit
ddd00f6510
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class C4kMixin(DevopsBuild):
|
||||||
cmd = [f'c4k-{self.c4k_module_name}-standalone.jar',
|
cmd = [f'c4k-{self.c4k_module_name}-standalone.jar',
|
||||||
self.build_path() + '/out_config.edn',
|
self.build_path() + '/out_config.edn',
|
||||||
self.build_path() + '/out_auth.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)
|
output = execute(cmd, True)
|
||||||
print(output)
|
print(output)
|
||||||
return output
|
return output
|
||||||
|
|
Loading…
Reference in a new issue