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