Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmarsh committed Oct 21, 2019
1 parent 3fe5942 commit f5f477b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ container:
steps:

- script: |
sudo apt-get update && apt-get install zip -y
apt-get update && apt-get install zip -y
go version
go get -v -t -d ./...
if [ -f Gopkg.toml ]; then
Expand All @@ -40,7 +40,7 @@ steps:

- script: |
# etcd depdendency bug workaround. See commends in go.mod for more details.
go build -v . && sudo rm /go/pkg/mod/github.com/coreos/etcd@v3.3.10+incompatible/client/keys.generated.go
go build -v . && rm /go/pkg/mod/github.com/coreos/etcd@v3.3.10+incompatible/client/keys.generated.go
go test -v ./...
displayName: 'Run tests'

Expand Down

0 comments on commit f5f477b

Please sign in to comment.