diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-12-05 21:19:58 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-12-05 22:09:25 +0300 |
commit | ce90fb9429eed481b50c5b717441b919d94d4d30 (patch) | |
tree | 7ca01ceb46999e2ca7c6d6c8858a58e221163c36 /build | |
parent | 69354727cc9ba2957bd03f153a5f15dbff8d4183 (diff) | |
download | ydb-ce90fb9429eed481b50c5b717441b919d94d4d30.tar.gz |
Change "ext_mapping.conf.json"
Diffstat (limited to 'build')
-rw-r--r-- | build/ext_mapping.conf.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/build/ext_mapping.conf.json b/build/ext_mapping.conf.json index de8b3dafe5..aa11d8bfbb 100644 --- a/build/ext_mapping.conf.json +++ b/build/ext_mapping.conf.json @@ -1,10 +1,15 @@ { "bottles": {}, "resources": { - "678806418": "http://ydb-tech-ci.storage.yandexcloud.net/ydb-platform/resources/678806418" + "678806418": "https://ydb-tech-ci.storage.yandexcloud.net/ydb-platform/resources/678806418", + "770480022": "https://ydb-tech-ci.storage.yandexcloud.net/ydb-platform/resources/770480022" + }, + "resources_info": { + "770480022": { "file_name": "docker-compose" } }, "resources_descriptions": { - "678806418": "Pg Linux pack" + "678806418": "Pg Linux pack", + "770480022": "docker_compose for Linux" }, "tasks": {} } |