@@ -217,7 +217,7 @@ pipeline:
|
|||||||
matrix:
|
matrix:
|
||||||
TESTS: integration
|
TESTS: integration
|
||||||
eslint:
|
eslint:
|
||||||
image: nextcloudci/eslint:eslint-1
|
image: node:11-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run lint
|
- npm run lint
|
||||||
@@ -249,6 +249,6 @@ matrix:
|
|||||||
- TESTS: jsbuild
|
- TESTS: jsbuild
|
||||||
#- TESTS: integration
|
#- TESTS: integration
|
||||||
|
|
||||||
branches: [ master, stable* ]
|
branches: [ master, stable*, vue ]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user