fix dronefile lint

This commit is contained in:
konrad 2019-01-14 20:51:30 +01:00
parent cbcd12b5e5
commit 3d05d0aa45
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 1 deletions

View File

@ -137,7 +137,8 @@ steps:
image: karalabe/xgo-latest:latest
pull: true
environment:
TAGS: bindata sqlite# GOPATH: /srv/app
TAGS: bindata sqlite
GOPATH: /srv/app
commands:
- make release-darwin
depends_on: [ before-static-build ]