Skip to content

Commit 61769ba

Browse files
committed
switched default base branch location
1 parent 3c19c0d commit 61769ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
"typeHandlerVersion": "1.2",
272272
"settings": {
273273
"fileUris": [
274-
"https://raw.githubusercontent.com/HelloTech/azure_patroni/master/zookeeper_startup.sh"
274+
"concat(variables('sharedTemplateFileName'), '/zookeeper_startup.sh'"
275275
],
276276
"commandToExecute": "[concat('sh zookeeper_startup.sh ', copyIndex(), ' ', variables('zookeeperInstanceCount'))]"
277277
}
@@ -399,8 +399,8 @@
399399
"typeHandlerVersion": "1.2",
400400
"settings": {
401401
"fileUris": [
402-
"https://raw.githubusercontent.com/HelloTech/azure_patroni/master/autopart.sh",
403-
"https://raw.githubusercontent.com/HelloTech/azure_patroni/master/postgres_startup.sh"
402+
"concat(variables('sharedTemplateFileName'), '/autopart.sh'",
403+
"concat(variables('sharedTemplateFileName'), '/postgres_startup.sh'"
404404
],
405405
"commandToExecute": "[concat('sh postgres_startup.sh ', parameters('clusterName'), ' ', variables('zookeeperInstanceCount'), ' ', variables('postgresInstanceCount'), ' ', copyIndex(), ' ', parameters('adminUsername'), ' \"', parameters('adminPassword'), '\" ')]"
406406
}

0 commit comments

Comments
 (0)