Fixed darwin build

This commit is contained in:
kolaente 2019-04-22 14:31:46 +02:00
parent 1117b6eb47
commit 07bdb08f9c
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ steps:
environment:
GOPATH: /srv/app
commands:
- export PATH=$PATH:$GOPATH/bin
- make release-darwin
depends_on: [ before-static-build ]