Skip to content

Commit 2653c5b

Browse files
authored
ci: remove buildbot folder structure from our package
1 parent cf0afb1 commit 2653c5b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PackageScript

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import typing
44

55

66
if typing.TYPE_CHECKING:
7-
from ambuild2.frontend.v2_2.context import BuildContext
7+
from ambuild2.frontend.v2_0.context import BuildContext
88
builder: BuildContext
99

1010

@@ -23,8 +23,6 @@ def add_folder(path):
2323
if not isinstance(path, pathlib.Path):
2424
path = pathlib.Path(path)
2525

26-
path = path.resolve()
27-
2826
if path not in _folder_map:
2927
_folder_map[path] = builder.AddFolder(path.as_posix())
3028

0 commit comments

Comments
 (0)