mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-04 04:27:14 -04:00
[CI] fix the nightly builds pipelines
This commit is contained in:
committed by
Phil Davis
parent
f42031a4f4
commit
6002398e6b
@@ -198,7 +198,7 @@ def main(ctx):
|
||||
notify(ctx),
|
||||
]
|
||||
|
||||
if ctx.build.cron != "":
|
||||
if ctx.build.event == "cron":
|
||||
notify_pipelines = notify(ctx)
|
||||
notify_pipelines['depends_on'] = getTestPipelinesNames(ctx)
|
||||
pipelines = [ before, notify_pipelines ]
|
||||
|
||||
Reference in New Issue
Block a user