diff options
author | alexv-smirnov <[email protected]> | 2023-03-28 22:25:04 +0300 |
---|---|---|
committer | alexv-smirnov <[email protected]> | 2023-03-28 22:25:04 +0300 |
commit | b8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch) | |
tree | 1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /build/plugins/files.py | |
parent | 25659221f18577ea38430a8ec3349836f5626b6a (diff) |
Revert ymake build from ydb oss export
Diffstat (limited to 'build/plugins/files.py')
-rw-r--r-- | build/plugins/files.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/plugins/files.py b/build/plugins/files.py deleted file mode 100644 index 78a6fe6169d..00000000000 --- a/build/plugins/files.py +++ /dev/null @@ -1,5 +0,0 @@ -def onfiles(unit, *args): - args = list(args) - for arg in args: - if not arg.startswith('${ARCADIA_BUILD_ROOT}'): - unit.oncopy_file([arg, arg]) |