Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Vendor gomodules in gometalinter instead of using modules
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBarendse committed Dec 27, 2018
1 parent 2497970 commit 3fc426b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ format:
lint:
image: mozgiii/gometalinter-docker:v2
stage: test
script: gometalinter --config=metalinter.config ./...
script:
- GO111MODULE=on go mod vendor
- GO111MODULE=off gometalinter --vendor --config=metalinter.config ./...

test:
stage: test
Expand Down

0 comments on commit 3fc426b

Please sign in to comment.