Skip to content

Commit

Permalink
Merge pull request #153 from mkavana/fix-CDwithJenkins-lab-MRP-VM-dep…
Browse files Browse the repository at this point in the history
…loyment-template

updated customScript fileUris to match current location
  • Loading branch information
eamonnk committed Mar 8, 2019
2 parents c36ed98 + 5736e4f commit a83586b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"storageName": "[concat('vhdstorage', uniqueString(resourceGroup().id))]",
"sshKeyPath": "[concat('/home/',parameters('mrpAdminUsername'),'/.ssh/authorized_keys')]",
"customScript": {
"fileUris": "https://raw.githubusercontent.com/Microsoft/PartsUnlimitedMRP/master/docs/assets/jenkins/env/install_mrp_dependencies.sh",
"fileUris": "https://raw.githubusercontent.com/Microsoft/PartsUnlimitedMRP/master/Labfiles/DevOps200.3x-CIandCD/CDwithJenkins/env/install_mrp_dependencies.sh",
"commandToExecute": "bash install_mrp_dependencies.sh"
}
},
Expand Down

0 comments on commit a83586b

Please sign in to comment.