summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-10-09 12:11:42 +0200
committerJoas Schilling <coding@schilljs.com>2019-10-09 12:17:57 +0200
commitc65a56b0e3511b67da23b22936254574d458377e (patch)
treef8cc239844706797237916b9e86efb498cb95e22 /.drone.yml
parent08c2d70e50e8ba3c214f2ba1a1e871532b69b6d6 (diff)
Fix eslint
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
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: