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-12-16 11:26:09 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-12-19 10:26:45 +0300
commit22fd37485b5c0c777d5c54abed9043b071f35013 (patch)
tree7e74db068ca1f0a3a83e620e538d77928e2272fa /.drone.yml
parentf6941a831ca4fe7c00d60dc7063aced5ceb75714 (diff)
Bump serialize-javascript and handlebars
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.drone.yml b/.drone.yml
index 3785c2d9daf..ea83e5f9f82 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -27,15 +27,14 @@ kind: pipeline
name: webpack-build
steps:
-- name: submodules
- image: docker:git
- commands:
- - git submodule update --init
-- name: webpack-build
+- name: build
image: nextcloudci/node:node-4
commands:
- npm ci
- npm run build
+- name: changes
+ image: nextcloudci/node:node-4
+ commands:
- git status
- bash -c "[[ ! \"`git status --porcelain `\" ]] || ( echo 'Uncommited changes in webpack build' && exit 1 )"