1
0

fix dronefile lint

This commit is contained in:
konrad
2019-01-14 20:51:30 +01:00
parent cbcd12b5e5
commit 3d05d0aa45

View File

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