fix(runners): correct deploy limits memory variable
This commit is contained in:
@@ -355,7 +355,7 @@ def upsert_service_deploy_limits(compose_text, service_names, memory_value, cpu_
|
||||
cpus_idx = idx
|
||||
|
||||
if memory_idx is not None:
|
||||
lines[memory_idx] = f"{memory_indent}memory: {value}"
|
||||
lines[memory_idx] = f"{memory_indent}memory: {memory_value}"
|
||||
if cpus_idx is not None:
|
||||
lines[cpus_idx] = f"{memory_indent}cpus: '{cpu_value}'"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user