This commit is contained in:
@@ -77,7 +77,7 @@ def main():
|
|||||||
failed = []
|
failed = []
|
||||||
|
|
||||||
for task in new_diff:
|
for task in new_diff:
|
||||||
deployment = deploy(tag=task)
|
deployment = deploy(tag=task.split("/")[1])
|
||||||
|
|
||||||
if not deployment:
|
if not deployment:
|
||||||
failed.append(task)
|
failed.append(task)
|
||||||
|
|||||||
Reference in New Issue
Block a user