mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-29 08:21:23 -05:00
Skip litmus on docs-only title
This commit is contained in:
@@ -2453,6 +2453,9 @@ def fixSharedDataPermissions():
|
||||
def litmus(ctx, storage):
|
||||
pipelines = []
|
||||
|
||||
if ("docs-only" in ctx.build.title.lower()):
|
||||
return pipelines
|
||||
|
||||
if (config["litmus"] == False):
|
||||
return pipelines
|
||||
|
||||
|
||||
Reference in New Issue
Block a user