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-10-04 13:17:09 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-10-05 20:06:00 +0300
commit81613d22469bc20faad4ec342832f53f541cb469 (patch)
treee9856161a4daa6bbecd843666a50399b5f568e88 /.drone.yml
parent8c023eeabdb3874470e5db1a756ed1b62ea3ecf9 (diff)
Switch to @nextcloud/axios for the CSRF update fix
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 4f758c654d0..ba599a4df1c 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -30,13 +30,11 @@ steps:
- name: build
image: nextcloudci/node:node-4
commands:
- - cd /drone/src
- npm ci
- npm run build
- name: changes
image: nextcloudci/node:node-4
commands:
- - cd /drone/src
- git status
- bash -c "[[ ! \"`git status --porcelain `\" ]] || ( echo 'Uncommited changes in webpack build' && exit 1 )"