Skip to content

Commit c3dedf0

Browse files
committed
update local build script
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent 7c32c8c commit c3dedf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/recipes_build_and_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ def discover_build_directories(self) -> List[Path]:
169169
continue
170170

171171
for subdir in parent_path.iterdir():
172+
if subdir.name.startswith("."):
173+
continue
172174
if subdir.is_dir() and (subdir / "Dockerfile").exists():
173175
build_dirs.append(subdir)
174176
elif subdir.is_dir():

0 commit comments

Comments
 (0)