Skip to content

Commit

Permalink
[ci] go get goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
telyn committed Dec 13, 2018
1 parent b4be76a commit 00bf8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ quality-test:
script:
- cd $GOPATH/src/github.com/BytemarkHosting/bytemark-client
- export GOPATH
- go install golang.org/x/tools/cmd/goimports
- go get golang.org/x/tools/cmd/goimports
- go install ./...
- go generate -tags quality $(go list ./... | grep -v vendor)
- go test -run 'TestQuality.*' -tags quality ./...
Expand Down

0 comments on commit 00bf8b1

Please sign in to comment.