Fixed frontend static build
the build failed Details

This commit is contained in:
konrad 2018-01-11 15:19:45 +01:00 committed by kolaente
parent ce73d46a8c
commit 9527d086b2
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 6 deletions

View File

@ -83,17 +83,14 @@ pipeline:
when:
event: [tag, push]
static-build-frontend:
image: karalabe/xgo-latest:latest
build-frontend:
image: webhippie/nodejs:current
pull: true
group: build-static
environment:
TAGS: bindata sqlite
GOPATH: /srv/app
commands:
- make release-frontend
when:
event: [tag, push]
event: [ push, tag ]
after-build-static:
image: karalabe/xgo-latest:latest