lol probably helps
All checks were successful
Deploy Containers / Prepare (push) Successful in 4s

This commit is contained in:
2025-09-13 23:31:48 -04:00
parent 45ba631a5e
commit 4adad675db
2 changed files with 1 additions and 28 deletions

View File

@@ -27,7 +27,7 @@ def run_deployment(tag = None):
print(f"Running deployment for {tag}..")
res = subprocess.run(command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
lines = res.stdout.decode(encoding='utf-8').split("\n")
print(lines, command)
print(res.stdout, res.stderr, command)
success = True
for ind, line in enumerate(lines):