diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-09-30 16:20:44 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-09-30 16:20:44 +0200 |
commit | 6b54b974f8e91feea82154e0bec0d6eaf57532fc (patch) | |
tree | 2c623ccafe1796887f9b305627e10b979fd7790d /.drone.yml | |
parent | 407e4663ec7980571ea75663d194dbd624a84a25 (diff) | |
download | nextcloud-server-6b54b974f8e91feea82154e0bec0d6eaf57532fc.tar.gz nextcloud-server-6b54b974f8e91feea82154e0bec0d6eaf57532fc.zip |
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.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index b1d7fb73e3f..4ead024e5ef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -82,7 +82,7 @@ steps: - name: handlebars image: node commands: - - npm install handlebars -g + - npm i - ./build/compile-handlebars-templates.sh trigger: |