updated drone to build frontend
the build failed Details

This commit is contained in:
konrad 2017-11-08 21:51:53 +01:00 committed by kolaente
parent 5f8c3ec484
commit 3628cfb520
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 10 additions and 1 deletions

View File

@ -8,7 +8,7 @@ pipeline:
depth: 50
tags: true
build:
build-backend:
image: webhippie/golang:edge
pull: true
environment:
@ -22,6 +22,15 @@ pipeline:
when:
event: [ push, tag, pull_request ]
build-frontend:
image: node:6.12.0
pull: true
commands:
- npm install
- npm build
when:
event: [ push, tag, pull_request ]
# static:
# image: karalabe/xgo-latest:latest
# pull: true