From c65a56b0e3511b67da23b22936254574d458377e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 9 Oct 2019 12:11:42 +0200 Subject: Fix eslint Signed-off-by: Joas Schilling --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index edc9185aa..a45e6bddf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,9 +32,9 @@ name: eslint steps: - name: eslint - image: nextcloudci/eslint:eslint-1 + image: node:lts commands: - - ./run-eslint.sh + - make lint trigger: branch: -- cgit v1.2.3