Skip to content

Commit

Permalink
Use correct parameter names in web app deploy (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehaigh authored Feb 22, 2020
1 parent 9e199bf commit d7c71bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pipelines/diabetes_regression-ci-build-train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ stages:
inputs:
azureSubscription: 'AzureResourceConnection'
appName: '$(WEBAPP_DEPLOYMENT_NAME)'
containers: '$(IMAGE_LOCATION)'
resourceGroupName: '$(RESOURCE_GROUP)'
imageName: '$(IMAGE_LOCATION)'
- task: AzureCLI@1
displayName: 'Smoke test'
inputs:
Expand Down

0 comments on commit d7c71bb

Please sign in to comment.