Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-09-30 17:20:44 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-10-01 12:23:46 +0300
commitd513d567295578da65911df92f8574fe64b9fb00 (patch)
tree9b9296d739df074e92ead90ff5fbe3d013a4adb3 /.drone.yml
parentd4f3bfb4ccaa196ed8a0de514df73c5b8c788d47 (diff)
Use handlebars from node_modules (on CI)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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 543fd3f2ca9..c6442ebd7f1 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -80,9 +80,9 @@ steps:
commands:
- git submodule update --init
- name: handlebars
- image: node
+ image: node:lts
commands:
- - npm install handlebars -g
+ - npm i
- ./build/compile-handlebars-templates.sh
trigger: