Fixed drone node js build step
the build failed Details

This commit is contained in:
konrad 2017-11-08 21:58:36 +01:00 committed by kolaente
parent 977365eb6a
commit 8b74eb2e54
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 1 deletions

View File

@ -23,9 +23,10 @@ pipeline:
event: [ push, tag, pull_request ]
build-frontend:
image: webhippie/nodejs:latest
image: node:6.12.0
pull: true
commands:
- cd assets/
- npm install
- npm build
when: