Skip to content

Commit

Permalink
Update Phonebook.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht committed Oct 11, 2020
1 parent 22edf9a commit 63ea2e5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .azure/pipelines/production/Phonebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
vmImage: 'ubuntu-16.04'
steps:
- task: HelmInstaller@1
inputs:
helmVersionToInstall: '2.14.2'
- script: helm dep update
workingDirectory: 'Phonebook/phonebook/'
displayName: Install Helm latest
# inputs:
# helmVersionToInstall: '2.14.2'
- task: HelmDeploy@0
displayName: Helm package
inputs:
Expand Down

0 comments on commit 63ea2e5

Please sign in to comment.