This commit is contained in:
parent
0d0c553447
commit
81a36da67b
|
@ -111,4 +111,11 @@ def main(ctx):
|
|||
),
|
||||
]
|
||||
else:
|
||||
return []
|
||||
return pipeline(
|
||||
ctx.build.branch,
|
||||
[],
|
||||
[],
|
||||
[],
|
||||
[],
|
||||
)
|
||||
|
Reference in New Issue