Fix js build in drone

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-04-11 11:44:19 +02:00
parent 24f4f84eb6
commit 4f0c05f536
3 changed files with 7 additions and 5 deletions

View File

@@ -186,9 +186,7 @@ pipeline:
image: mhart/alpine-node:6.8.0
commands:
- apk add --no-cache git
- cd js
- npm install --deps
- ./node_modules/.bin/bower --allow-root install
- make build-js
when:
matrix:
TESTS: jsbuild