diff options
author | snermolaev <snermolaev@yandex-team.com> | 2023-11-09 08:33:43 +0300 |
---|---|---|
committer | snermolaev <snermolaev@yandex-team.com> | 2023-11-09 09:18:58 +0300 |
commit | 49b036d38a50af696a69812c9ce5941a41054206 (patch) | |
tree | a131f3653d47ef3e82ca6081582cf60211ceafb2 /build/plugins | |
parent | 775f72c179df3640067807bd068a78ac5a61c865 (diff) | |
download | ydb-49b036d38a50af696a69812c9ce5941a41054206.tar.gz |
move misc.conf to build/internal/conf
Diffstat (limited to 'build/plugins')
-rw-r--r-- | build/plugins/container_layers.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/build/plugins/container_layers.py b/build/plugins/container_layers.py deleted file mode 100644 index 5fa1530474..0000000000 --- a/build/plugins/container_layers.py +++ /dev/null @@ -1,9 +0,0 @@ -from _common import rootrel_arc_src - - -def oncheck_allowed_path(unit, *args): - module_path = rootrel_arc_src(unit.path(), unit) - if not (module_path.startswith("junk") or module_path.startswith("base_layers")): - unit.message( - ["error", "Cannot create container layer in this directory. See https://st.yandex-team.ru/DTCC-1123"] - ) |