mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-21 11:35:32 -04:00
Skip litmus on docs-only title
This commit is contained in:
1 parent
4770a8d8f8
commit
d86d80dbdd
1 file changed
+3
@@ -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