diagnosing
Some checks failed
Deploy Containers / Prepare (push) Has been cancelled

This commit is contained in:
2025-09-13 23:29:12 -04:00
parent 3706dd028e
commit 805d60a0de
2 changed files with 1 additions and 27 deletions

View File

@@ -27,6 +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)
success = True
for ind, line in enumerate(lines):