Commit b1606ce0 by Aleksey Porfirov

PipelineFinder.list should always return empty list

parent 638b7944
......@@ -17,10 +17,7 @@ class PipelineFinder(BaseStorageFinder):
return []
def list(self, ignore_patterns):
if not settings.PIPELINE_ENABLED:
return super(PipelineFinder, self).list(ignore_patterns)
else:
return []
return []
class ManifestFinder(BaseFinder):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment