Skip to content

Commit

Permalink
Ignore marketplace docs for blueberry test (#7094)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmelehan authored Aug 30, 2024
1 parent 0e7b701 commit 7343a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/blueberry.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class TestManager(object):
# TODO:
# Gracefully handle non-existent filepath

def __init__(self, input_dir='docs/', ignore_paths=['docs/api/', 'docs/headless/', 'docs/products/', 'docs/reference-architecture/', 'docs/release-notes/'], **kwargs):
def __init__(self, input_dir='docs/', ignore_paths=['docs/api/', 'docs/headless/', 'docs/products/', 'docs/reference-architecture/', 'docs/release-notes/', 'docs/marketplace-docs/'], **kwargs):
self.input_dir = input_dir
self.files = find_files(path=input_dir, ignore_paths=ignore_paths, recursive=True)

Expand Down

0 comments on commit 7343a15

Please sign in to comment.