diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-28 15:01:20 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-28 15:01:20 +0300 |
commit | 761cee71a642382c07f2540d9dec173db52ea398 (patch) | |
tree | 29bfc8103014d0abcb36f60fd1965c0169a93f0e /build | |
parent | 8eff3ac714deb3b1d997347bfc7795f2dabd642a (diff) | |
download | ydb-761cee71a642382c07f2540d9dec173db52ea398.tar.gz |
intermediate changes
ref:2396743ceb42a409fa58f79ad4d8f9357c1ec703
Diffstat (limited to 'build')
-rw-r--r-- | build/ya.conf.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index 3c14093878..d54ab82ffa 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -536,8 +536,8 @@ "metrika-core": { "description": "Run metrika-core toolkit" }, - "quota_mover": { - "description": "Run quota mover cli" + "abcd": { + "description": "Run abcd cli" } }, "toolchain": { @@ -6497,11 +6497,11 @@ } ] }, - "quota_mover": { + "abcd": { "tools": { - "quota_mover": { - "bottle": "quota_mover", - "executable": "quota_mover" + "abcd": { + "bottle": "abcd", + "executable": "abcd" } }, "platforms": [ @@ -9031,13 +9031,13 @@ ] } }, - "quota_mover": { + "abcd": { "formula": { - "sandbox_id": 1351287754, + "sandbox_id": 1357392225, "match": "quota_mover" }, "executable": { - "quota_mover": [ + "abcd": [ "bin", "quota_mover" ] |