From c5179ac62f7b83f813f9fc5e73015830bf835a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sat, 24 Nov 2018 10:56:55 +0100 Subject: [PATCH] Build branch on CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 122ed29d0..d45d222e5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -217,7 +217,7 @@ pipeline: matrix: TESTS: integration eslint: - image: nextcloudci/eslint:eslint-1 + image: node:11-alpine commands: - npm install - npm run lint @@ -249,6 +249,6 @@ matrix: - TESTS: jsbuild #- TESTS: integration -branches: [ master, stable* ] +branches: [ master, stable*, vue ]