Use nextcloudci/node
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
9405ff3bbf
commit
1a86704338
|
@ -15,9 +15,14 @@ pipeline:
|
||||||
matrix:
|
matrix:
|
||||||
TESTS: jsunit
|
TESTS: jsunit
|
||||||
vue-build-settings:
|
vue-build-settings:
|
||||||
image: node
|
image: nextcloudci/node:node-4
|
||||||
commands:
|
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:
|
when:
|
||||||
matrix:
|
matrix:
|
||||||
TESTS: vue-build-settings
|
TESTS: vue-build-settings
|
||||||
|
|
Loading…
Reference in New Issue