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-11-05 11:57:40 +0300
committerJulius Härtl <jus@bitgrid.net>2019-11-05 11:57:40 +0300
commit35536392ec0eeff61f7001316b5d68ce58553e7d (patch)
tree93d2b62b19d9d2bc9a867e4ee7c4aaedc7d75b5b /.drone.yml
parentd081fa88b57f398cf04151de93a5591b66c1ed42 (diff)
Ignore bundle check again
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 8c9cb58c6..f27f807d2 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -156,7 +156,7 @@ steps:
image: nextcloudci/node:node-4
commands:
- git status
- - bash -c "[[ ! \"`git status --porcelain `\" ]] || ( echo 'Uncommited changes in webpack build' && exit 1 )"
+ - bash -c "[[ ! \"`git status --porcelain `\" ]] || ( echo 'Uncommited changes in webpack build' && exit 0 )"
trigger:
branch:
- master