From 1a867043381805cbe048e5e8c9b7c88d441fc3ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 24 Jan 2019 09:36:04 +0100 Subject: [PATCH] Use nextcloudci/node MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .drone.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f052b1c251..9f08ab16f8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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