summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2019-11-07 20:25:08 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-11-07 20:25:08 +0100
commit723b1e666dc61b733efdec2861c4d8b7fea449aa (patch)
treec87bd740c0169d6f8cb887359998d5029d0bfea9 /.drone.yml
parentd60e8cfcbf8130d68ff8a99208fb7c8671464a03 (diff)
Use nextcloudci Docker image for node
The NPM major version was recently bumped in the node:lts Docker image, so CI started to fail due to unclean JavaScript builds. The server seems to require the previous version due to incompatible dependencies, so for consistency the JavaScript files are still built and checked with the previous version instead of updating them to the new one. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 6fc1aad68..5224e0d3a 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -3,12 +3,12 @@
#
#steps:
# - name: check-simplewebrtc-bundle
-# image: node:lts
+# image: nextcloudci/node:node-7
# commands:
# - make npm-init
# - ./check-simplewebrtc-bundle.sh
# - name: check-vuejs-builds
-# image: node:lts
+# image: nextcloudci/node:node-7
# commands:
# - make npm-init
# - ./check-vuejs-builds.sh
@@ -27,7 +27,7 @@ name: eslint
steps:
- name: eslint
- image: node:lts
+ image: nextcloudci/node:node-7
commands:
- make dev-setup
- make lint