Skip to content
Snippets Groups Projects
Commit f2223566 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[alt-nightlies] Account for pipeline status 'created'

parent b29b78f8
No related branches found
No related tags found
1 merge request!277Add a series of bdt dev commands to help in local development
Pipeline #58925 passed
......@@ -65,7 +65,7 @@ def alt_nightlies(order, variables):
)
# wait for it to finish
while pipeline.status in ("pending", "running"):
while pipeline.status in ("pending", "running", "created"):
time.sleep(3)
pipeline.refresh()
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment