New variable with branch name

This commit is contained in:
phahulin 2017-11-17 10:11:21 +03:00 committed by GitHub
parent a0960959a4
commit 06996329b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -56,6 +56,7 @@
}
},
"variables": {
"TEMPLATES_BRANCH": "dev-mainnet",
"storageAccountName": "[concat(uniquestring(resourceGroup().id), 'salinuxvm')]",
"imagePublisher": "Canonical",
"imageOffer": "UbuntuServer",
@ -236,7 +237,7 @@
"autoUpgradeMinorVersion": true,
"settings": {
"fileUris": [
"https://raw.githubusercontent.com/oraclesorg/test-templates/dev-mainnet/TestTestNet/bootnode/install.sh"
"[concat('https://raw.githubusercontent.com/oraclesorg/test-templates/', variables('TEMPLATES_BRANCH'), '/TestTestNet/bootnode/install.sh']"
]
},
"protectedSettings": {