1
Fork 0

Fix environment variables in Drone CI

master
Vladimir Hodakov 2019-10-08 05:59:48 +04:00
parent 32b9ab8019
commit a6ae9b081a
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6
1 changed files with 2 additions and 2 deletions

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