diff options
author | dcherednik <dcherednik@ydb.tech> | 2023-11-29 13:31:21 +0300 |
---|---|---|
committer | dcherednik <dcherednik@ydb.tech> | 2023-11-29 15:30:35 +0300 |
commit | de934eabeec8e4936ecb558fd98280c8294fa802 (patch) | |
tree | fb53518b9fca07aeba7daf6f4456df3273e14619 | |
parent | c89640502e026fb6c6477c5023480c2ae0d4df69 (diff) | |
download | ydb-de934eabeec8e4936ecb558fd98280c8294fa802.tar.gz |
Add vendor to allowed top dir
-rwxr-xr-x | .github/check_dirs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/check_dirs.sh b/.github/check_dirs.sh index 9836359daf..a72db06a7a 100755 --- a/.github/check_dirs.sh +++ b/.github/check_dirs.sh @@ -16,6 +16,7 @@ declare -A top_dirs=( [tools/]=1, [scripts/]=1, [yt/]=1, + [vendor/]=1, ) cd $GIT_URL |