aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.drone.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index f052b1c2517..9f08ab16f89 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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