From 81613d22469bc20faad4ec342832f53f541cb469 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 4 Oct 2019 12:17:09 +0200 Subject: Switch to @nextcloud/axios for the CSRF update fix Signed-off-by: Christoph Wurst Signed-off-by: npmbuildbot[bot] --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.drone.yml') 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 )" -- cgit v1.2.3