This commit is contained in:
parent
a0ea8eca67
commit
4ab5f3a486
|
@ -226,5 +226,7 @@ def main(ctx):
|
||||||
steps('second', ['first'])
|
steps('second', ['first'])
|
||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
return []
|
return [
|
||||||
|
steps('first', []),
|
||||||
|
]
|
||||||
|
|
Reference in New Issue