New variable with branch name

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

View File

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