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:
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 )"