Fix config passing

This commit is contained in:
Cody Soyland 2019-02-04 09:32:51 -06:00
parent 4bef33eaa9
commit 30143cf44e

View file

@ -28,9 +28,9 @@ jobs:
<<: *defaults
steps:
- *fast-checkout
- run: GO111MODULE=off make install-gometalinter
- run: GO111MODULE=on make vendor
- run: GO111MODULE=off make gometalinter
- run: make install-gometalinter GO111MODULE=off
- run: make vendor
- run: make gometalinter GO111MODULE=off
test-build-arm:
<<: *defaults
steps: