1
0

Раздельная конфигурация для lfsUri и lfsRepoUri

This commit is contained in:
Nikita Gryzlov
2020-10-29 14:01:48 +03:00
committed by kuzja086
parent ff07c64314
commit 82c5147177
4 changed files with 44 additions and 5 deletions

View File

@@ -51,6 +51,7 @@
},
"git": {
"lfsPull": false,
"lfsURI": ""
"lfsURI": "",
"lfsRepoURI": ""
}
}

View File

@@ -158,7 +158,12 @@
"description" : "Дополнительно выполнить git lfs pull"
},
"lfsURI" : {
"type" : "string"
"type" : "string",
"description" : "Адрес для получения данных LFS"
},
"lfsRepoURI" : {
"type" : "string",
"description" : "Адрес удаленного репозитория для авторизации на LFS"
}
}
}