Update azure-pipelines-model-deploy.yml

This commit is contained in:
Jordan Edwards
2019-04-28 12:49:49 -07:00
committed by GitHub
parent 05f056a692
commit 2f3f1ff756

View File

@@ -1,4 +1,3 @@
trigger:
- master
@@ -6,14 +5,12 @@ pool:
vmImage: 'Ubuntu-16.04'
steps:
- task: DownloadSecureFile@1
inputs:
name: config.json
secureFile: config.json
- script: cp $(Agent.TempDirectory)/config.json $(Build.SourcesDirectory)
- script: dir
- task: AzureCLI@1
displayName: 'Install the CLI'