This commit is contained in:
@@ -37,12 +37,11 @@ def run_deployment(tag = None):
|
||||
print(" Deployment failed!")
|
||||
print(f" Task: {task_failed}")
|
||||
print(f" Host: {host}")
|
||||
print(f" Reason: {reason_failed[2].split(":")[1].strip()}")
|
||||
print(f" Reason: {reason_failed}")
|
||||
print(line)
|
||||
print("---------------------\n")
|
||||
|
||||
success = False
|
||||
break
|
||||
sys.exit(1)
|
||||
|
||||
return success
|
||||
|
||||
|
Reference in New Issue
Block a user