do i suck at python or what
All checks were successful
Deploy Containers / Prepare (push) Successful in 4s
All checks were successful
Deploy Containers / Prepare (push) Successful in 4s
This commit is contained in:
@@ -88,7 +88,7 @@ def main():
|
||||
print(f" All tasks: {', '.join(new_diff)}")
|
||||
print("---------------------\n")
|
||||
sys.exit(0)
|
||||
elif not deployed and len(new_diff) >:
|
||||
elif not deployed and len(new_diff) > 0:
|
||||
print("\n---------------------")
|
||||
print(" Deployment failed!")
|
||||
print(f" All tasks: {', '.join(new_diff)}")
|
||||
|
||||
Reference in New Issue
Block a user