aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprettyboy <prettyboy@yandex-team.com>2024-05-30 22:05:12 +0300
committerprettyboy <prettyboy@yandex-team.com>2024-05-30 22:17:03 +0300
commitaf64c6b9b82228466d3f9b0a9cde992b68da5f6c (patch)
tree8361ccafd9b0865e5669a5fd0e92a0e9b385d3fb
parentd6adb2d70464c9eb08b2b24076be43c44d5a8b74 (diff)
downloadydb-af64c6b9b82228466d3f9b0a9cde992b68da5f6c.tar.gz
[build/ya.conf.json] Made ytexec invisible
acf509f8d132be218f69d69fb8223c0c8b77f765
-rw-r--r--build/ya.conf.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json
index 939cbf3409..031f06693a 100644
--- a/build/ya.conf.json
+++ b/build/ya.conf.json
@@ -2062,7 +2062,8 @@
"visible": false
},
"ytexec": {
- "description": "Run ytexec"
+ "description": "Run ytexec",
+ "visible": false
}
}
}