diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-10-04 12:17:09 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-10-05 19:06:00 +0200 |
commit | 81613d22469bc20faad4ec342832f53f541cb469 (patch) | |
tree | e9856161a4daa6bbecd843666a50399b5f568e88 /.drone.yml | |
parent | 8c023eeabdb3874470e5db1a756ed1b62ea3ecf9 (diff) | |
download | nextcloud-server-81613d22469bc20faad4ec342832f53f541cb469.tar.gz nextcloud-server-81613d22469bc20faad4ec342832f53f541cb469.zip |
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.yml | 2 |
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 )" |