Skip to content

Commit

Permalink
Install bzr on builder vm
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazlo committed Feb 27, 2019
1 parent bc4b031 commit b5e9b89
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ steps:
mv !(gopath) '$(modulePath)'
echo '##vso[task.prependpath]$(GOBIN)'
echo '##vso[task.prependpath]$(GOROOT)/bin'
<<<<<<< HEAD
sudo apt install bzr
=======
>>>>>>> QED Azure pipeline
displayName: 'Set up the Go workspace'

- script: |
Expand All @@ -46,7 +43,4 @@ steps:
go vet -composites=false ./...
workingDirectory: '$(modulePath)'
displayName: 'Get dependencies, then build'
<<<<<<< HEAD

=======
>>>>>>> QED Azure pipeline

0 comments on commit b5e9b89

Please sign in to comment.