Updated Drone build config
the build was successful Details

This commit is contained in:
konrad 2017-11-09 15:14:28 +01:00 committed by kolaente
parent 8164f25c75
commit a0551527c8
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@ pipeline:
build-backend:
image: webhippie/golang:edge
pull: true
group: build
environment:
TAGS: bindata sqlite
GOPATH: /srv/app
@ -25,8 +26,9 @@ pipeline:
build-frontend:
image: webhippie/nodejs:current
pull: true
group: build
commands:
- cd assets/
- cd frontend/
- npm install
- npm run build
when: