Description detail and blobsource for shell script in jobprep points to master.
This commit is contained in:
Tatsinnit 2018-06-12 17:28:23 +12:00 коммит произвёл GitHub
Родитель 5d76b1e373
Коммит d8733e3f00
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -35,7 +35,7 @@
"inputFilegroupSas": {
"type": "string",
"metadata": {
"description": "SAS URL for reading the data from the selected file group",
"description": "SAS URL for reading and writing the data from the selected file group",
"advancedType": "file-group-write-sas",
"dependsOn": "inputFilegroupName"
}
@ -72,7 +72,7 @@
"jobPreparationTask": {
"resourceFiles":[
{
"blobSource":"https://raw.githubusercontent.com/Azure/BatchLabs-data/blobfuseintegration/ncj/vray/render-linux-with-blobfuse-mount/installblobfuse.sh",
"blobSource":"https://raw.githubusercontent.com/Azure/BatchLabs-data/master/ncj/vray/render-linux-with-blobfuse-mount/installblobfuse.sh",
"filePath":"installblobfuse.sh"
}
],