1

Fix environment variables in Drone CI

This commit is contained in:
2019-10-08 05:59:48 +04:00
parent 32b9ab8019
commit a6ae9b081a

View File

@@ -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