Use nextcloudci/node

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-01-24 09:36:04 +01:00 committed by John Molakvoæ (skjnldsv)
parent 9405ff3bbf
commit 1a86704338
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 7 additions and 2 deletions

View File

@ -15,9 +15,14 @@ pipeline:
matrix:
TESTS: jsunit
vue-build-settings:
image: node
image: nextcloudci/node:node-4
commands:
- ./build/vue-builds.sh ./settings/js
- cd settings/
- find js/ -type f -iname 'vue-*' -delete
- npm install
- npm run build
- git status
- bash -c "[[ ! \"`git status --porcelain js/`\" ]] || ( echo 'Uncommited changes in vue build' && exit 1 )"
when:
matrix:
TESTS: vue-build-settings