Fix environment variables in Drone CI
This commit is contained in:
parent
32b9ab8019
commit
a6ae9b081a
@ -8,10 +8,10 @@ steps:
|
||||
commands:
|
||||
- go test -test.v -cover `go list ./... | grep -v examples | grep -v internal`
|
||||
environment:
|
||||
- GOFLAGS=-mod=vendor
|
||||
GOFLAGS: -mod=vendor
|
||||
- name: lint
|
||||
image: fat0troll/tdlib-golangci
|
||||
commands:
|
||||
- golangci-lint -v run
|
||||
environment:
|
||||
- GOFLAGS=-mod=vendor
|
||||
GOFLAGS: -mod=vendor
|
Reference in New Issue
Block a user