Skip to content

Commit

Permalink
fix syntax error in pipeline step
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazlo committed Mar 14, 2019
1 parent 180f444 commit a7cf69b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@ steps:
workingDirectory: '$(modulePath)'
displayName: 'Build rocksdb'

- script |
- script: |
go get github.com/jstemmer/go-junit-report
go get github.com/axw/gocov/gocov
go get github.com/AlekSi/gocov-xml
go get -u gopkg.in/matm/v1/gocov-html

workingDirectory: '$(modulePath)'
displayName: 'Download code coverage tools'

- script: |
go version
go mod download
Expand Down

0 comments on commit a7cf69b

Please sign in to comment.