Merge pull request #923 from owncloud/fix-nightly
[tests-only] [CI] fix the nightly builds pipelines
This commit is contained in:
+1
-1
@@ -148,7 +148,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