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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-12-06 17:04:00 +0300
committerJulius Härtl <jus@bitgrid.net>2019-12-06 17:04:00 +0300
commitebfe491b0d7c3b9600a0fc04088c2103efe70bcf (patch)
tree24da3694e114208e16fe2f6d264e968bd2272bfb /.drone.yml
parent65ce04fe0d8ddf2a7a9534867006155df40501b0 (diff)
Enable bundle check
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 6ad4b1d32..b8d2f99ec 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -178,7 +178,7 @@ steps:
image: nextcloudci/node:node-4
commands:
- git status
- - bash -c "[[ ! \"`git status --porcelain `\" ]] || ( echo 'Uncommited changes in webpack build' && exit 0 )"
+ - bash -c "[[ ! \"`git status --porcelain `\" ]] || ( echo 'Uncommited changes in webpack build' && exit 1 )"
trigger:
branch:
- master