Use nextcloudci/node

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/12282/head
Julius Härtl 5 years ago committed by John Molakvoæ (skjnldsv)
parent 9405ff3bbf
commit 1a86704338
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF

@ -15,9 +15,14 @@ pipeline:
matrix:
TESTS: jsunit
vue-build-settings:
image: node
commands:
- ./build/vue-builds.sh ./settings/js
image: nextcloudci/node:node-4
commands:
- 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

Loading…
Cancel
Save