Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vloup committed Feb 11, 2020
1 parent 0340cf0 commit bbf0f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pipeline {
go test -coverprofile=coverage.out -json ./... | tee report.json
bash -c \"go vet ./... > >(cat) 2> >(tee govet.out)\" || true
golint | tee golint.out || true
gometalinter --exclude=/usr/local/go/src | tee gometalinter.out || true
gometalinter --exclude=/usr/local/go/src --exclude=./vendors | tee gometalinter.out || true
nancy -no-color Gopkg.lock || true
Expand Down

0 comments on commit bbf0f5e

Please sign in to comment.